From 643a79c527d758c7bf3f9fa2945083c3f08e5ceb Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Thu, 15 Jun 2017 14:23:08 +0800 Subject: [PATCH] component/bt : fix controller_hci_uart sdkconfig.defaults --- examples/bluetooth/controller_hci_uart/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/bluetooth/controller_hci_uart/sdkconfig.defaults b/examples/bluetooth/controller_hci_uart/sdkconfig.defaults index 32a86537f..a20ece1da 100644 --- a/examples/bluetooth/controller_hci_uart/sdkconfig.defaults +++ b/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