diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 90a6507..5556834 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,8 +67,8 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-09-17"; -String versionNumber = "3.1.2"; +String versionDate = "2025-09-25"; +String versionNumber = "3.1.2.1"; Configuration Config; WiFiClient aprsIsClient; WiFiClient mqttClient; diff --git a/variants/heltec-wireless-bridge/board_pinout.h b/variants/heltec-wireless-bridge/board_pinout.h index b89ca54..dc3d796 100644 --- a/variants/heltec-wireless-bridge/board_pinout.h +++ b/variants/heltec-wireless-bridge/board_pinout.h @@ -20,7 +20,7 @@ #define BOARD_PINOUT_H_ // LoRa Radio - #define HAS_SX1278 + #define HAS_SX1276 #define RADIO_SCLK_PIN 5 #define RADIO_MISO_PIN 19 #define RADIO_MOSI_PIN 27