-
Notifications
You must be signed in to change notification settings - Fork 517
Fix: compatibility with BLE and NimBLE in today's current versions #372
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
base: master
Are you sure you want to change the base?
Conversation
That is good job. Do this branch support nimble v2.3.x and esp arduino 3.0? |
Hi! Thanks. Yes, I compiled with "esp32 by Espressif Systems Version 3.2.1" and with (and without) "NimBLE-Arduino by H2zero Version 2.3.2" and this test code:
|
Sorry for being noob where can I download the updated version of the the library that you made? Tried to download on your github page by clicking on code and download zip, installed the library on ide but got an error while was compiling the code on it... |
Hi! You need to extract the zip file in the libraries directory for your user, in my case it is "/home/junior/projects/arduino/libraries". |
Hi! I updated to "esp32 by Espressif Systems Version 3.3.0", this fix was necessary: I also updated to "NimBLE-Arduino by H2zero Version 2.3.4". I can now confirm that the code works fine in these versions with "#define USE_NIMBLE" or "#undef USE_NIMBLE". |
Hi!
I made some adjustments for compatibility with new versions of BLE and NimBLE.