I'm running a mix of Arduino and ESP32 native API code. The touchpad wakes the ESP32 from deep sleep by using
Code: Select all
esp_sleep_enable_touchpad_wakeup()
Code: Select all
setup()
Therefore, does the touch ISR (
Code: Select all
touch_pad_isr_register(), touch_pad_intr_enable()
Code: Select all
setup()
Thanks!