diff --git a/cores/esp32/esp32-hal-misc.c b/cores/esp32/esp32-hal-misc.c index 1a71b0e86f9..60d573136b3 100644 --- a/cores/esp32/esp32-hal-misc.c +++ b/cores/esp32/esp32-hal-misc.c @@ -258,11 +258,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(); }