Hi, I am running SimpleBLEDevice.h code on a NodeMCU ESP-32S board. When trying to do ble.begin("ESP32"); on the setup the code gets stuck. Digging a little bit the code gets stuck inside ble_send_cmd() at the end while(_vhci_host_command_running); int res = _vhci_host_command_result; It never gets out from the while. Thanks