You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, so I was trying to implement Nimble in my CPP program using ESP-IDF v5 for a ESP32 but when I run NimBLEDevice::init("") the core panics and the program crashes.
Try to use the master branch as component. it solved my endless rebooting ble not initiating issue. A function has been removed from the API which causes this.
Hey guys, so I was trying to implement Nimble in my CPP program using ESP-IDF v5 for a ESP32 but when I run NimBLEDevice::init("") the core panics and the program crashes.
The output:
My
app_main
:Does ESP-Nimble support IDF 5? How can I fix this?
The text was updated successfully, but these errors were encountered: