epaper test1

This commit is contained in:
richonguzman 2025-09-01 21:32:28 -04:00
parent db37567538
commit d32f35ced1
9 changed files with 136 additions and 10 deletions

View file

@ -210,7 +210,7 @@ namespace Utils {
}
#endif
#ifndef HELTEC_WP
#ifndef HELTEC_WP_V1
if (Config.battery.sendExternalVoltage || Config.battery.monitorExternalVoltage) {
float externalVoltage = BATTERY_Utils::checkExternalVoltage();
if (Config.battery.monitorExternalVoltage && externalVoltage < Config.battery.externalSleepVoltage) {