We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001124 commit 52d45efCopy full SHA for 52d45ef
cores/esp32/esp32-hal-bt.c
@@ -13,7 +13,7 @@
13
// limitations under the License.
14
15
#include "sdkconfig.h"
16
-#if defined(CONFIG_BT_ENABLED) && SOC_BT_SUPPORTED
+#if defined(CONFIG_BLUEDROID_ENABLED) && SOC_BT_SUPPORTED
17
18
#include "esp_bt.h"
19
#include "esp_bt_main.h"
0 commit comments