heltecV3 battery readings fix

This commit is contained in:
richonguzman
2024-04-30 17:18:02 -04:00
parent 708742f43d
commit a14c570db0
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -130,7 +130,6 @@ namespace POWER_Utils {
pinMode(VExt_CTRL,OUTPUT); // this is for GPS and TFT screen on Wireless_Tracker and only for Oled in Heltec V3
digitalWrite(VExt_CTRL, HIGH);
pinMode(ADC_CTRL, OUTPUT);
digitalWrite(ADC_CTRL, HIGH);
#endif
}