Skip to content

Commit 5190c32

Browse files
authored
fix(matter): set different networking cluster EPid for WiFi and Thread
1 parent 883d842 commit 5190c32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/defconfig.esp32c5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
5757
# CONFIG_ENABLE_CHIPOBLE=y
5858
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
5959
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
60-
# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
61-
# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
60+
# ESP32-C5 has both, WiFi anf OpenThread Libraries, therefore both are enabled and each must point to a different EndPointID
61+
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
62+
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
6263

6364
#
6465
# Zigbee

0 commit comments

Comments
 (0)