diff --git a/src/hal/lolin32lora.h b/src/hal/lolin32lora.h index a14c9605..342a7208 100644 --- a/src/hal/lolin32lora.h +++ b/src/hal/lolin32lora.h @@ -26,15 +26,14 @@ #define CFG_sx1276_radio 1 // RFM95 module // Pins for LORA chip SPI interface, reset line and interrupt lines -#define LORA_SCK (5) -#define LORA_CS (18) -#define LORA_MISO (19) +#define LORA_SCK (18) +#define LORA_CS (5) +#define LORA_MISO (193 #define LORA_MOSI (27) #define LORA_RST (25) #define LORA_IRQ (27) #define LORA_IO1 (26) -#define LORA_IO2 LMIC_UNUSED_PIN -#define LORA_IO5 LMIC_UNUSED_PIN +#define LORA_IO2 (4) // Pins for I2C interface of OLED Display #define MY_OLED_SDA (21)