]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fixed NRF52 compilation error
authorjacob.eva <x00010@disroot.org>
Sat, 20 Jan 2024 11:47:24 +0000 (11:47 +0000)
committerjacob.eva <x00010@disroot.org>
Sat, 20 Jan 2024 11:47:24 +0000 (11:47 +0000)
Config.h

index 85e4a413d26896c38ff5cc7c705a835f90dd6bc1..4eda6c7df00cabf71b4f3305ac7e50c65230f6b9 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -99,8 +99,6 @@
     #define HAS_PMU false
     #define HAS_NP false
     #define HAS_EEPROM false
-    const int pin_rxen = -1;
-    const int pin_busy = -1;
 
        #if MCU_VARIANT == MCU_1284P
                const int pin_cs = 4;
             #define EEPROM_OFFSET EEPROM_SIZE+0xED000-EEPROM_RESERVED
 
             // following pins are for the sx1262
-            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;
-            pin_busy = 46;
+            const int pin_busy = 46;
             const int pin_dio = 47;
             const int pin_led_rx = LED_BLUE;
             const int pin_led_tx = LED_GREEN;
+            #define RXEN_BUSY_PINS
         #endif
        #else
                #error An unsupported board was selected. Cannot compile RNode firmware.
     #endif
 
        // MCU independent configuration parameters
+    #ifndef RXEN_BUSY_PINS
+    const int pin_rxen = -1;
+    const int pin_busy = -1;
+    #endif
+
        const long serial_baudrate  = 115200;
 
        // SX1276 RSSI offset to get dBm value from