Skip to content

Commit 3d16c06

Browse files
authored
disables Matter Stack WiFi manager
1 parent f2667b4 commit 3d16c06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.common

+3
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
127127
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
128128
# Use compact attribute storage mode
129129
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
130+
# Disable Matter WiFi Stack - only Arduino Layer will be avaialble
131+
CONFIG_ENABLE_WIFI_STATION=n
132+
CONFIG_ENABLE_WIFI_AP=n

0 commit comments

Comments
 (0)