Closed
Description
I gave the 3.1.0 RC2 a try and have some feedback, mostly around the Zigbee stuff..
I could not get this to build at all (ESP32C6) unless I had the CONFIG_ZB_ENABLED
flag enabled in my sdkconfig. Not sure if this is intended or not.
Once I had CONFIG_ZB_ENABLED
enabled, the build still failed - it looks like the managed_component version of esp-zigbee-lib
is different than what's expected from the Arduino library. In order to fix, I had to go grab this exact version of esp-zigbee-lib and manually put it in the components folder in my project:
https://github.com/espressif/esp-zigbee-sdk/tree/e8a4378bcef5468285b54f40f1b87b02e39f6e08
Once I had that, everything built correctly..