TTGO-T-HIGrow
TTGO-T-HIGrow copied to clipboard
Wake button does nothing, but
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.