mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
|
# Override some defaults so BT stack is enabled and
|
||
|
CONFIG_BT_ENABLED=y
|
||
|
CONFIG_BTDM_CONTROLLER_MODE_BLE_ONLY=y
|
||
|
CONFIG_BTDM_CONTROLLER_MODE_BR_EDR_ONLY=
|
||
|
CONFIG_BTDM_CONTROLLER_MODE_BTDM=
|
||
|
|
||
|
# Binary is larger than default size
|
||
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|