From 60a148d3621fb272af8040f399f0a0dec78873b7 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 25 Sep 2025 15:55:18 -0300 Subject: [PATCH] testing1 --- src/LoRa_APRS_iGate.cpp | 4 ++-- variants/heltec-wireless-bridge/board_pinout.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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