MagicCube / esp32-keynotes-controller

An ESP32 based BLE Keynote remote controller.
22 stars 5 forks source link

How to resume after sleep using the IO pin? #3

Open corechip opened 5 years ago

corechip commented 5 years ago

I have built a footswitch using just the IO pin 12. It's working good, but after sleep I don't know how to get it working...Is it possible to resume after sleep using the IO pin? Do I have to add a hardwarte switch to reset the ESP32 everytime after sleep to resume it?