AlexZealot
Results
1
issues of
AlexZealot
Hi. I've got problem at ESP-32. My code stucked at NimBLEDevice::init("ESP32"). It's can't sync. ``` while (!m_synced) { ble_npl_time_delay(1); } ``` goes to be infinite. My code is very simple...