File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ ___________________________________________________________________*/
6767#endif
6868
6969
70- String versionDate = " 2026-02-26 " ;
71- String versionNumber = " 3.2" ;
70+ String versionDate = " 2026-03-04 " ;
71+ String versionNumber = " 3.2.1 " ;
7272Configuration Config;
7373WiFiClient aprsIsClient;
7474WiFiClient mqttClient;
Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ namespace POWER_Utils {
263263 pinMode (Config.battery .externalVoltagePin , INPUT );
264264 }
265265
266- #ifdef VEXT_CTRL
267- pinMode (VEXT_CTRL ,OUTPUT ); // GPS + TFT on HELTEC Wireless_Tracker and only for Oled in HELTEC V3
266+ #ifdef VEXT_CTRL_PIN
267+ pinMode (VEXT_CTRL_PIN ,OUTPUT ); // GPS + TFT on HELTEC Wireless_Tracker and only for Oled in HELTEC V3
268268 vext_ctrl_ON ();
269269 #endif
270270
Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ namespace Utils {
408408 if (mode == 1 ) { // low voltage detected after a while
409409 displayToggle (false );
410410 }
411- #ifdef VEXT_CTRL
411+ #ifdef VEXT_CTRL_PIN
412412 #ifndef HELTEC_WSL_V3
413- digitalWrite (VEXT_CTRL , LOW );
413+ digitalWrite (VEXT_CTRL_PIN , LOW );
414414 #endif
415415 #endif
416416 LoRa_Utils::sleepRadio ();
You can’t perform that action at this time.
0 commit comments