mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
CONFIG_IDF_TARGET="esp32s3"
|
|
|
|
# Enable ble controller
|
|
CONFIG_ENABLE_ESP32_BLE_CONTROLLER=y
|
|
|
|
# Disable using ble for commissioning
|
|
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
|
|
|
|
# Disable Matter server
|
|
CONFIG_ESP_MATTER_ENABLE_MATTER_SERVER=n
|