We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04a93 commit 1145aecCopy full SHA for 1145aec
cores/esp32/esp32-hal-misc.c
@@ -305,11 +305,11 @@ void initArduino() {
305
if (err) {
306
log_e("Failed to initialize NVS! Error: %u", err);
307
}
308
-#if defined(CONFIG_BT_ENABLED) && SOC_BT_SUPPORTED
309
- if (!btInUse()) {
310
- esp_bt_controller_mem_release(ESP_BT_MODE_BTDM);
311
- }
312
-#endif
+//#if defined(CONFIG_BT_ENABLED) && SOC_BT_SUPPORTED
+// if (!btInUse()) {
+// esp_bt_controller_mem_release(ESP_BT_MODE_BTDM);
+// }
+//#endif
313
init();
314
initVariant();
315
0 commit comments