-
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
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
if (!NimBLEDevice::isInitialized()) {
res = NimBLEDevice::init(devName);
NimBLEDevice::setSecurityAuth(false, false, false);
}
Everything was fine at 2.3.3, but at 2.3.6 it's not working. Any idea what am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels