Skip to content

Commit b0ccb49

Browse files
authored
revert Matter for 3.0.x
1 parent 2098e2b commit b0ccb49

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

configs/defconfig.esp32h2

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ CONFIG_RTC_CLK_CAL_CYCLES=576
44
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
55
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
66

7+
#
8+
# ESP32 Arduino OpenThread Configuration
9+
#
10+
# lwIP
11+
#
12+
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
13+
CONFIG_LWIP_MULTICAST_PING=y
14+
CONFIG_LWIP_BROADCAST_PING=y
15+
# end of lwip
16+
17+
#
18+
# mbedTLS
19+
#
20+
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
21+
CONFIG_MBEDTLS_ECJPAKE_C=y
22+
# end of mbedTLS
23+
724
#
825
# OpenThread
926
#

0 commit comments

Comments
 (0)