File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,16 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
4343CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4444# end of OpenThread
4545
46- # Matter settings: WiFi + CHIPoBLE
46+ # Matter settings: OpenThread + CHIPoBLE
4747CONFIG_ENABLE_CHIPOBLE=y
48+ CONFIG_ENABLE_MATTER_OVER_THREAD=y
49+ # Disable Matter over WiFi
50+ CONFIG_ENABLE_WIFI_AP=n
51+ CONFIG_ENABLE_WIFI_STATION=n
4852
49- # Matter with WiFi + Thread - not enabled for now
50- CONFIG_ENABLE_MATTER_OVER_THREAD=n
51- # Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
52- CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
53- CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
53+ #
54+ # Zigbee
55+ #
56+ CONFIG_ZB_ZED=y
57+ CONFIG_ZB_RADIO_NATIVE=y
58+ # end of Zigbee
You can’t perform that action at this time.
0 commit comments