mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
# Override some defaults so BT stack is enabled
|
|
# in this example
|
|
|
|
#
|
|
# BT config
|
|
#
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_HCI_UART=y
|
|
CONFIG_BT_HCI_UART_NO_DEFAULT=1
|
|
CONFIG_BT_HCI_UART_BAUDRATE_DEFAULT=921600
|