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 49e63cd commit 47390fcCopy full SHA for 47390fc
components/esp_peripherals/periph_wifi.c
@@ -87,7 +87,7 @@ esp_err_t periph_wifi_wait_for_connected(esp_periph_handle_t periph, TickType_t
87
if (connected_bit & CONNECTED_BIT) {
88
return ESP_OK;
89
}
90
-#if defined(CONFIG_BTDM_CTRL_MODE_BLE_ONLY) || defined(CONFIG_BTDM_CTRL_MODE_BTDM)
+#if defined(CONFIG_BT_BLE_BLUFI_ENABLE)
91
if (periph_wifi->config_mode == WIFI_CONFIG_BLUEFI) {
92
ble_config_stop();
93
0 commit comments