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.
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
# Override some defaults so BT stack is enabled
|
|
# in this example
|
|
|
|
#
|
|
# BT config
|
|
#
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_BLUEDROID_ENABLED=n
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
CONFIG_BT_NIMBLE_DYNAMIC_SERVICE=y
|