Skip to content

Commit 0ebac88

Browse files
committed
fix
1 parent 5e19e08 commit 0ebac88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void initArduino()
265265
}
266266
#ifdef CONFIG_BT_ENABLED
267267
if(!btInUse()){
268-
esp_bt_controller_mem_release(ESP_BT_MODE_BTDM);
268+
// esp_bt_controller_mem_release(ESP_BT_MODE_BTDM);
269269
}
270270
#endif
271271
init();

0 commit comments

Comments
 (0)