TTGO-T-HIGrow icon indicating copy to clipboard operation
TTGO-T-HIGrow copied to clipboard

Wake button does nothing, but

Open Maaciej opened this issue 2 years ago • 0 comments

Wake button does nothing, but when you change in go-to-deep-sleep.h THIS esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR);

TO THAT

esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR);
esp_sleep_enable_ext1_wakeup(GPIO_SEL_35, ESP_EXT1_WAKEUP_ALL_LOW);

Wake button does the same what RST button. Almost; it keeps boot count I think, RST does not.

Maaciej avatar Jun 06 '22 19:06 Maaciej