We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf62c0 commit 6ada863Copy full SHA for 6ada863
examples/espidf-arduino-blink/platformio.ini
@@ -27,5 +27,10 @@ build_flags =
27
28
[env:esp32-c6-devkitm-1]
29
board = esp32-c6-devkitm-1
30
-custom_component_remove = espressif/esp-zigbee-lib
31
-custom_component_add = espressif/esp-zigbee-lib @ ==1.6.0
+custom_component_remove =
+ espressif/esp-zigbee-lib
32
+ espressif/esp-zboss-lib
33
+custom_component_add =
34
+ espressif/esp-zigbee-lib @ ==1.6.0
35
+ espressif/esp-zboss-lib @ ==1.6.0
36
+
0 commit comments