Files
esp-matter/examples/mfg_test_app/sdkconfig.defaults.esp32h2

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