From f6b2e309cb9c6da786ecf2ada16671a9ffb353b9 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 31 Jul 2024 11:25:36 -0400 Subject: [PATCH] deepSleep time comment fix --- src/power_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();