From: jacob.eva Date: Thu, 4 Jul 2024 12:41:16 +0000 (+0100) Subject: Fix ESP32 and Heltec32_V3 compilation errors X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=7c338c7caf357d2cb05ceebbf6f579a555929777;p=lora-radio.git Fix ESP32 and Heltec32_V3 compilation errors --- diff --git a/Boards.h b/Boards.h index 8af9fab..25db2ab 100644 --- 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 @@ -428,12 +428,12 @@ 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