mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 08:19:59 +00:00
Button event callbacks are executed in the context of FreeRTOS Timer task. Reporting param updates from that causes stack overflow, specifically on ESP32-C3. As a temporary workaround, the stack size for FreeRTOS Timer task has been increased.