diff --git a/src/power_utils.cpp b/src/power_utils.cpp index de1265c..7e8e61e 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -492,7 +492,7 @@ namespace POWER_Utils { LoRa_Utils::sleepRadio(); - long DEEP_SLEEP_TIME_SEC = 1296000; // 30 days + long DEEP_SLEEP_TIME_SEC = 1296000; // 15 days esp_sleep_enable_timer_wakeup(1000000ULL * DEEP_SLEEP_TIME_SEC); delay(500); esp_deep_sleep_start();