Browse Source

component/bt : fix controller_hci_uart sdkconfig.defaults

Tian Hao 8 năm trước cách đây
mục cha
commit
643a79c527
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/bluetooth/controller_hci_uart/sdkconfig.defaults

+ 1 - 0
examples/bluetooth/controller_hci_uart/sdkconfig.defaults

@@ -5,6 +5,7 @@
 # BT config
 #
 CONFIG_BT_ENABLED=y
+CONFIG_BLUEDROID_ENABLED=n
 CONFIG_BT_HCI_UART=y
 CONFIG_BT_HCI_UART_NO_DEFAULT=1
 CONFIG_BT_HCI_UART_BAUDRATE_DEFAULT=921600