-
Notifications
You must be signed in to change notification settings - Fork 33
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
BLE-MIDI/src/hardware/BLEMIDI_ESP32_NimBLE.h compile error #96
Comments
I can confirm I'm having the exact same problem, and when I roll back to version 2.1.0, the project compiles just fine. |
May I ask if there will be a new official release of this brilliant library that leverages the features of the new major NimBLE 2.x.x version? Thanks in advance🙏 |
Hi @MicroMidi et al - good question. An official release of this library is difficult, as it relies on calls in the underlying MIDI library that have not been rolled up in a release. It has been in the air for a while, but we (@FortySevenEffects (*) and myself) have to organize a 'release party' to align all the releases of the libraries again (the base libraries and all the derived protocols). Maybe this is a good trigger for a concerted effort. |
Hi @lathoub, Thanks again for your hard work and for your great contribution to the Arduino ESP32 community Bernd |
Problem fixed in master branch. the main security settings are
parameters described here: Please let me know if this fix works |
Attempted to compile a previously working piece of code which now produces the following compilation error.
The error is in line 144 and 145 of Arduino-BLE-MIDI/src/hardware/BLEMIDI_ESP32_NimBLE.h.
I suspect that there was a migration of the h2zero/NimBLE-Arduino library, causing the code to break.
The text was updated successfully, but these errors were encountered: