deepSleep time comment fix

This commit is contained in:
richonguzman 2024-07-31 11:25:36 -04:00
parent 5bbaa81618
commit f6b2e309cb
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ namespace POWER_Utils {
LoRa_Utils::sleepRadio(); 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); esp_sleep_enable_timer_wakeup(1000000ULL * DEEP_SLEEP_TIME_SEC);
delay(500); delay(500);
esp_deep_sleep_start(); esp_deep_sleep_start();