esp-idf/examples/bluetooth/a2dp_sink/sdkconfig.defaults
2017-03-18 16:02:54 +08:00

7 lines
193 B
Plaintext

# Override some defaults so BT stack is enabled and
# Classic BT is enabled and BT_DRAM_RELEASE is disabled
CONFIG_BT_ENABLED=y
CONFIG_CLASSIC_BT_ENABLED=y
# CONFIG_BT_DRAM_RELEASE is not set