mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-17 00:13:06 +03:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
CONFIG_OPENTHREAD_ENABLED=y
|
|
|
|
# CMAC is required for openthread
|
|
CONFIG_MBEDTLS_CMAC_C=y
|
|
|
|
# ESP32-H2 requires larger OTA partitions for this example
|
|
CONFIG_PARTITION_TABLE_TWO_OTA_LARGE=y
|