From d744f0a0f001572729f4b8a72197ee4149cf194a Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 1 May 2024 08:06:31 -0400 Subject: [PATCH] heltec v3 battery test --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 7ba8375..dcd56e9 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -76,7 +76,7 @@ void setup() { if (Config.externalVoltageMeasurement) { pinMode(Config.externalVoltagePin, INPUT); } - #if defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_Beam_V1_0_SX1268) || defined(TTGO_T_Beam_V1_2) || defined(TTGO_T_Beam_V1_2_SX1262) + #if defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_Beam_V1_0_SX1268) || defined(TTGO_T_Beam_V1_2) || defined(TTGO_T_Beam_V1_2_SX1262) || defined(HELTEC_V3) POWER_Utils::setup(); #endif delay(1000);