Skip to content

Commit 5c2f024

Browse files
authored
fix(matter): keeping network endpoints
1 parent 39047b5 commit 5c2f024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/defconfig.esp32c61

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ CONFIG_ENABLE_CHIPOBLE=y
4949
# Matter with WiFi + Thread - not enabled for now
5050
#CONFIG_ENABLE_MATTER_OVER_THREAD=y
5151
# 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
52+
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
53+
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0

0 commit comments

Comments
 (0)