File tree 1 file changed +0
-44
lines changed
1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -6,47 +6,3 @@ CONFIG_ESP_WIFI_11KV_SUPPORT=y
6
6
CONFIG_ESP_WIFI_SCAN_CACHE=y
7
7
CONFIG_ESP_WIFI_MBO_SUPPORT=y
8
8
CONFIG_ESP_WIFI_11R_SUPPORT=y
9
-
10
- # Matter Configuration
11
-
12
- #
13
- # mbedTLS
14
- #
15
- CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
16
- CONFIG_MBEDTLS_ECJPAKE_C=y
17
- CONFIG_MBEDTLS_HKDF_C=y
18
- # libsodium
19
- CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
20
- # end of mbedTLS
21
-
22
-
23
- #
24
- # lwIP
25
- #
26
- CONFIG_LWIP_MULTICAST_PING=y
27
- CONFIG_LWIP_BROADCAST_PING=y
28
- CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
29
- CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
30
- CONFIG_LWIP_IPV6_AUTOCONFIG=y
31
- # Increase LwIP IPv6 address number to 8 (MAX_FABRIC + 1)
32
- # unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
33
- CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
34
-
35
- #
36
- # Other
37
- #
38
-
39
- # Disable Matter BLE - needs nimBLE to run
40
- CONFIG_ENABLE_CHIPOBLE=n
41
- CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
42
-
43
- # Use minimal mDNS
44
- CONFIG_USE_MINIMAL_MDNS=y
45
- CONFIG_ENABLE_EXTENDED_DISCOVERY=y
46
-
47
- # FreeRTOS should use legacy API
48
- CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
49
-
50
- # Use compact attribute storage mode
51
- CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
52
-
You can’t perform that action at this time.
0 commit comments