This commit is contained in:
Ben Meadors 2024-11-28 06:26:51 -06:00 committed by Tom Fifield
parent 49f0f7ab90
commit 85d23d6988
2 changed files with 3 additions and 2 deletions

View File

@ -336,7 +336,8 @@ esp_sleep_wakeup_cause_t doLightSleep(uint64_t sleepMsec) // FIXME, use a more r
{ {
// LOG_DEBUG("Enter light sleep"); // LOG_DEBUG("Enter light sleep");
//LORA_DIO1 is an extended IO pin. Setting it as a wake-up pin will cause problems, such as the indicator device not entering LightSleep. // LORA_DIO1 is an extended IO pin. Setting it as a wake-up pin will cause problems, such as the indicator device not entering
// LightSleep.
#if defined(SENSECAP_INDICATOR) #if defined(SENSECAP_INDICATOR)
return ESP_SLEEP_WAKEUP_TIMER; return ESP_SLEEP_WAKEUP_TIMER;
#endif #endif