deepSleepReboot update

This commit is contained in:
richonguzman 2024-05-29 15:46:07 -04:00
parent 4cf3a333c9
commit 12bcc76452
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ extern bool WiFiConnected;
extern int wxModuleType;
extern bool backUpDigiMode;
extern bool shouldSleepLowVoltage;
extern bool transmitFlag;
bool statusAfterBoot = true;
bool beaconUpdate = true;
@ -296,6 +297,7 @@ namespace Utils {
#endif
#endif
LoRa_Utils::sleepRadio();
transmitFlag = true;
delay(100);
esp_deep_sleep_start();
}