diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 2ee2079..3a158ec 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -48,7 +48,7 @@ ___________________________________________________________________*/ #include "A7670_utils.h" #endif -String versionDate = "2025.01.07"; +String versionDate = "2025.01.08"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS diff --git a/src/power_utils.cpp b/src/power_utils.cpp index 303f97e..7e5ade5 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -181,10 +181,10 @@ namespace POWER_Utils { #ifdef VEXT_CTRL pinMode(VEXT_CTRL,OUTPUT); // GPS + TFT on HELTEC Wireless_Tracker and only for Oled in HELTEC V3 - #ifndef HELTEC_WSL_V3 + #if defined(HELTEC_WIRELESS_TRACKER) || defined(HELTEC_V3) digitalWrite(VEXT_CTRL, HIGH); #endif - #ifdef HELTEC_WP + #if defined(HELTEC_WP) || defined(HELTEC_WS) digitalWrite(VEXT_CTRL, LOW); #endif #endif diff --git a/variants/heltec_wireless_stick/board_pinout.h b/variants/heltec_wireless_stick/board_pinout.h index fbbafdb..4746646 100644 --- a/variants/heltec_wireless_stick/board_pinout.h +++ b/variants/heltec_wireless_stick/board_pinout.h @@ -18,9 +18,9 @@ #undef OLED_SCL #undef OLED_RST - #define OLED_SDA 4 - #define OLED_SCL 15 - #define OLED_RST 16 + #define OLED_SDA 17 + #define OLED_SCL 18 + #define OLED_RST 21 #define OLED_DISPLAY_HAS_RST_PIN // Aditional Config