better wake up process

This commit is contained in:
richonguzman 2024-08-02 11:29:21 -04:00
parent e505efe149
commit 865731e887
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace SLEEP_Utils {
#ifdef HAS_GPS_CTRL #ifdef HAS_GPS_CTRL
if (!gpsIsActive) { if (!gpsIsActive) {
POWER_Utils::activateGPS(); POWER_Utils::activateGPS();
gpsShouldSleep = false;
// //
Serial.println("GPS WAKEUP"); Serial.println("GPS WAKEUP");
// //