File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
libraries/Zigbee/examples
Zigbee_On_Off_MultiSwitch Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ dependencies:
54
54
espressif/esp_modem :
55
55
version : " ^1.1.0"
56
56
espressif/esp-zboss-lib :
57
- version : " ==1.6.3 "
57
+ version : " ==1.6.4 " # compatible with esp-zigbee-lib 1.6.5
58
58
require : public
59
59
rules :
60
60
- if : " target not in [esp32c2, esp32p4]"
61
61
espressif/esp-zigbee-lib :
62
- version : " ==1.6.3 "
62
+ version : " ==1.6.5 "
63
63
require : public
64
64
rules :
65
65
- if : " target not in [esp32c2, esp32p4]"
Original file line number Diff line number Diff line change 1
1
{
2
2
"fqbn_append" : " PartitionScheme=zigbee_zczr,ZigbeeMode=zczr" ,
3
3
"requires" : [
4
- " CONFIG_SOC_IEEE802154_SUPPORTED =y"
4
+ " CONFIG_ZB_ENABLED =y"
5
5
]
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"fqbn_append" : " PartitionScheme=zigbee_zczr,ZigbeeMode=zczr" ,
3
3
"requires" : [
4
- " CONFIG_SOC_IEEE802154_SUPPORTED=y" ,
5
4
" CONFIG_ZB_ENABLED=y"
6
5
]
7
6
}
You can’t perform that action at this time.
0 commit comments