diff --git a/src/hal/generic.h b/src/hal/generic.h index 02c55a13..0ca56b04 100644 --- a/src/hal/generic.h +++ b/src/hal/generic.h @@ -43,7 +43,7 @@ // GPS settings #define HAS_GPS 1 // use on board GPS #define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_12, GPIO_NUM_15 // UBlox NEO 6M -#define GPS_INT GPIO_NUM_34 // 30ns accurary timepulse, to be external wired on pcb: NEO 6M Pin#3 -> GPIO34 +#define GPS_INT GPIO_NUM_13 // 30ns accurary timepulse, to be external wired on pcb: NEO 6M Pin#3 -> GPIO13 // Pins for I2C interface of OLED Display #define MY_OLED_SDA (4) diff --git a/src/hal/lopy4.h b/src/hal/lopy4.h index badd4f8b..11e26b66 100644 --- a/src/hal/lopy4.h +++ b/src/hal/lopy4.h @@ -8,6 +8,7 @@ // Hardware related definitions for Pycom LoPy4 Board #define HAS_LORA 1 // comment out if device shall not send data via LoRa +#define LORA_RST LMIC_UNUSED_PIN // reset pin of lora chip is not wired von LoPy4 //#defin HAS_SPI 1 // comment out if device shall not send data via SPI // pin definitions for local wired SPI slave interface