File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
4747CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
4848# end of OpenThread
4949
50- # Matter settings: WiFi + CHIPoBLE
50+ # Matter settings: WiFi + Thread + CHIPoBLE
5151CONFIG_ENABLE_CHIPOBLE=y
52- # No SRAM for Thread and WiFi together!
53- CONFIG_ENABLE_MATTER_OVER_THREAD=n
52+ # Thread and WiFi must together!
53+ CONFIG_ENABLE_MATTER_OVER_THREAD=y
5454# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5555CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5656CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
57- # increase the maximum number of endpoints per device
58- CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
57+ # Lack of memory will limit the maximum number of endpoints per device
58+ CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=4
5959
6060#
6161# Zigbee
You can’t perform that action at this time.
0 commit comments