Skip to content

Commit e59f4b5

Browse files
authored
Merge branch 'master' into release/v5.5
2 parents 59fc844 + 9d600a1 commit e59f4b5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

configs/defconfig.common

+3
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,6 @@ CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134134

135135
#TinyUSB Config
136136
CONFIG_TINYUSB_CDC_MAX_PORTS=2
137+
138+
# Zigbee Config
139+
CONFIG_ZB_ENABLED=y

configs/defconfig.esp32c6

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ CONFIG_ENABLE_MATTER_OVER_THREAD=n
4545
#
4646
# Zigbee
4747
#
48-
CONFIG_ZB_ENABLED=y
4948
CONFIG_ZB_ZED=y
5049
CONFIG_ZB_RADIO_NATIVE=y
5150
# end of Zigbee

configs/defconfig.esp32h2

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
3838
#
3939
# Zigbee
4040
#
41-
CONFIG_ZB_ENABLED=y
4241
CONFIG_ZB_ZED=y
4342
CONFIG_ZB_RADIO_NATIVE=y
4443
# end of Zigbee

0 commit comments

Comments
 (0)