LennartHennigs / Button2

Arduino/ESP button library that provides callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
MIT License
487 stars 81 forks source link

Watchdog timer triggered on both ESP32 Capacitive Touch examples #68

Open chucksalmon opened 9 months ago

chucksalmon commented 9 months ago

Both ESP32 examples fail with WDT.

p.s. The examples need the BTN_ prefix change :)

Capacitive Touch Demo E (10329) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time: E (10329) task_wdt: - IDLE (CPU 0) E (10329) task_wdt: Tasks currently running: E (10329) task_wdt: CPU 0: loopTask E (10329) task_wdt: CPU 1: IDLE E (10329) task_wdt: Aborting.

abort() was called at PC 0x400d9e9d on core 0

Thanks for a great package - couldn't live without it.

LennartHennigs commented 8 months ago

Thx. will check it out! @chucksalmon What ESP32 are you using?