Skip to content

Commit f8f8f97

Browse files
authored
fix(matter): C5 WiFi attemp
1 parent 2eee63d commit f8f8f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/defconfig.esp32c5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5050
# Matter settings: WiFi + CHIPoBLE
5151
CONFIG_ENABLE_CHIPOBLE=y
5252
# No SRAM for Thread and WiFi together!
53-
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
53+
CONFIG_ENABLE_MATTER_OVER_THREAD=n
5454
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
55-
# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
56-
# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
55+
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
56+
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
5757
# increase the maximum number of endpoints per device
5858
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
5959

0 commit comments

Comments
 (0)