From b96559d7994f8ac416aed7ea61f6cb5936efb598 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Fri, 9 Feb 2024 21:05:04 +0000 Subject: [PATCH] Fix compilation errors --- Boards.h | 2 +- Config.h | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Boards.h b/Boards.h index 751a373..29886cf 100644 --- a/Boards.h +++ b/Boards.h @@ -52,4 +52,4 @@ #define MODEM SX1276 #endif -#endif \ No newline at end of file +#endif diff --git a/Config.h b/Config.h index 90883b6..57255c9 100644 --- a/Config.h +++ b/Config.h @@ -317,8 +317,6 @@ #define HAS_TCXO true #define HAS_RF_SWITCH_RX_TX true #define HAS_BUSY true - #define MODEM SX1280 - #define CONFIG_UART_BUFFER_SIZE 6144 #define CONFIG_QUEUE_SIZE 6144 #define CONFIG_QUEUE_MAX_LENGTH 200 @@ -326,14 +324,14 @@ #define EEPROM_OFFSET EEPROM_SIZE+0xED000-EEPROM_RESERVED // following pins are for the sx1262 - /*const int pin_rxen = 37; + const int pin_rxen = 37; const int pin_reset = 38; const int pin_cs = 42; const int pin_sclk = 43; const int pin_mosi = 44; const int pin_miso = 45; const int pin_busy = 46; - const int pin_dio = 47;*/ + const int pin_dio = 47; const int pin_led_rx = LED_BLUE; const int pin_led_tx = LED_GREEN; const int pin_tcxo_enable = -1;