Bernd Liesner
Bernd Liesner
The NimBLE library changed its default response behaviour when (un-)subscribing to notifications/indications in Version 1.4.1 (https://github.com/h2zero/NimBLE-Arduino/pull/470). This leads to reconnection problems with a BLE-MIDI server I use in combination with...
This pull request implements a new callback method for passing the device name of the connected BLE-MIDI device as a parameter to the BLE-MIDI client code. It helps to implement...
Thanks for providing us with such a powerful and multi-functional library @h2zero! I'm using your library in combination with the BLE-MIDI-library of @lathoub (https://github.com/lathoub/Arduino-BLE-MIDI) Since release 1.4.1 I noticed re-connection...