mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
CONFIG_IDF_TARGET="esp32h2"
|
|
|
|
# Enable DS Peripheral
|
|
CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL=y
|
|
|
|
# These are required in order to build otherwise, build fails for esp_coex component
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_OPENTHREAD_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|