You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
Run a the HA light + switch example, with a debug and trace messages enabled
More Information.
The below fix solves the problem, however, one could also make a change where one passes the stack size for the button press task on the switch_driver_init() routine.
Answers checklist.
IDF version.
v5.3-dev-2527-ga7d1da94b9
esp-zigbee-lib version.
1.1.2 @ 32fe286
esp-zboss-lib version.
1.1.2
Espressif SoC revision.
ESP32H2
What is the expected behavior?
abort in printf
What is the actual behavior?
message being displayed
Steps to reproduce.
Run a the HA light + switch example, with a debug and trace messages enabled
More Information.
The below fix solves the problem, however, one could also make a change where one passes the stack size for the button press task on the switch_driver_init() routine.
The text was updated successfully, but these errors were encountered: