Skip to content

Commit edf680d

Browse files
authored
fix(matter): no wifi within C2
1 parent 37d604e commit edf680d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32h2

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
6262
CONFIG_ENABLE_CHIPOBLE=n
6363
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
6464

65+
# Disable STA and AP for ESP32H2
66+
CONFIG_ENABLE_WIFI_STATION=n
67+
CONFIG_ENABLE_WIFI_AP=n
68+
6569
# Use minimal mDNS
6670
CONFIG_USE_MINIMAL_MDNS=y
6771
CONFIG_ENABLE_EXTENDED_DISCOVERY=y

0 commit comments

Comments
 (0)