]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fix ESP32 and Heltec32_V3 compilation errors
authorjacob.eva <x00010@disroot.org>
Thu, 4 Jul 2024 12:41:16 +0000 (13:41 +0100)
committerjacob.eva <x00010@disroot.org>
Thu, 4 Jul 2024 12:41:16 +0000 (13:41 +0100)
Boards.h

index 8af9fab9beb97ff717656c0544c0fcdb5a326112..25db2ab9ebdb7eab99360748072e125a76e9ebea 100644 (file)
--- a/Boards.h
+++ b/Boards.h
@@ -80,7 +80,7 @@
     //
     // #define BOARD_MODEL BOARD_GENERIC_ESP32
     #define CONFIG_UART_BUFFER_SIZE 6144
-    #define CONFIG_QUEUE_SIZE 6144
+    #define CONFIG_QUEUE_0_SIZE 6144
     #define CONFIG_QUEUE_MAX_LENGTH 200
 
     #define EEPROM_SIZE 1024
       const bool interface_cfg[INTERFACE_COUNT][3] = { 
                     // SX1262
           {
-              false, // DEFAULT_SPI
+              true, // DEFAULT_SPI
               true, // HAS_TCXO
               true  // DIO2_AS_RF_SWITCH
           }, 
       };
-      const uint8_t interface_pins[INTERFACE_COUNT][10] = { 
+      const int8_t interface_pins[INTERFACE_COUNT][10] = { 
                   // SX1262
           {
               8, // pin_ss