diff --git a/cores/esp32/esp32-hal-misc.c b/cores/esp32/esp32-hal-misc.c index c5973fbbba5..c18c90f7de9 100644 --- a/cores/esp32/esp32-hal-misc.c +++ b/cores/esp32/esp32-hal-misc.c @@ -299,11 +299,11 @@ void initArduino() if(err) { log_e("Failed to initialize NVS! Error: %u", err); } -#ifdef CONFIG_BT_ENABLED - if(!btInUse()){ - esp_bt_controller_mem_release(ESP_BT_MODE_BTDM); - } -#endif +// #ifdef CONFIG_BT_ENABLED +// if(!btInUse()){ +// esp_bt_controller_mem_release(ESP_BT_MODE_BTDM); +// } +// #endif init(); initVariant(); }