mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
BTDM_CTRL_MODE_* exists only on classic ESP32. Shared sdkconfig.defaults caused unknown-symbol warnings on other targets.
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
# ESP32-only BTDM controller mode (classic BT + BLE SoC)
|
|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
|
|
CONFIG_BTDM_CTRL_MODE_BTDM=n
|