mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
epaper test1
This commit is contained in:
parent
db37567538
commit
d32f35ced1
9 changed files with 136 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue