mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-04 08:51:55 +02:00
battery monitor update
This commit is contained in:
@@ -47,12 +47,10 @@ WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
|
||||
bool isUpdatingOTA = false;
|
||||
uint32_t lastBatteryCheck = 0;
|
||||
String batteryVoltage; // ????
|
||||
|
||||
bool backUpDigiMode = false;
|
||||
bool modemLoggedToAPRSIS = false;
|
||||
|
||||
bool shouldSleepLowVoltage = false;
|
||||
|
||||
std::vector<ReceivedPacket> receivedPackets;
|
||||
|
||||
String firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seventhLine;
|
||||
|
||||
Reference in New Issue
Block a user