Hello, I am putting the device in deep sleep and I expect the I/O button (next to the USB connection) to turn off/on (reset) the ESP. What actually happens is that I push the button once, the LED goes off, I push it back, but ESP does not start until the deep sleep gets triggered (used esp_sleep_enable_timer_wakeup).
I would expect the power button to reset the ESP.