-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'BLEConnInfo' has not been declared #3
Comments
Hi, BLEConnInfo is here, make sure you are using the master branch of NimBLE-Arduino. |
I have cleaned up the dependencies in platformio.ini a bit, can you try removing the .pio folder in your project and refreshing? |
What board are you targeting, does it have wifi? |
my board is lolin32_lite |
Thanks, removed from there, probably best to have deps in platformio.ini only. |
Just making sure, because WifiServer is here. |
Which version of espressif and arduino-esp32 should you use. |
I am compiling successfully with the current stable versions:
What specific error are you getting? |
My file platformio.ini
Messages that occurred during the compilation process.
|
I was on an older version of the platform, not sure why as I'm away from home and never compiled anything on this laptop before. Maybe vscode synced my settings. Anyway, now downloading 6.2.0, I'll get back to you after compiling.
|
Compiles fine with framework 6.2.0, not sure where your errors are coming from.
|
arduino_event_info_t is defined here and it was introduced in the 2.0 release, so my guess is that you have the 1.x version of the esp32 arduino core. |
Good day.

I am trying to compile this project. But I get errors when compiling:
'BLEConnInfo' has not been declared
Help please.
The text was updated successfully, but these errors were encountered: