Skip to content

Commit aa2ae9f

Browse files
authored
Merge branch 'master' into release/v5.3
2 parents 00ad145 + b6f03b6 commit aa2ae9f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: configs/defconfig.esp32c6

+8
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
3737

3838
# Matter shall use only WiFi
3939
CONFIG_ENABLE_MATTER_OVER_THREAD=n
40+
41+
#
42+
# Zigbee
43+
#
44+
CONFIG_ZB_ENABLED=y
45+
CONFIG_ZB_ZED=y
46+
CONFIG_ZB_RADIO_NATIVE=y
47+
# end of Zigbee

Diff for: configs/defconfig.esp32h2

+8
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ CONFIG_OPENTHREAD_NETWORK_EXTPANID="dead00beef00cafe"
3030
CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
3131
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
3232
# end of OpenThread
33+
34+
#
35+
# Zigbee
36+
#
37+
CONFIG_ZB_ENABLED=y
38+
CONFIG_ZB_ZED=y
39+
CONFIG_ZB_RADIO_NATIVE=y
40+
# end of Zigbee

0 commit comments

Comments
 (0)