From 71ec6db9bcc82e9db8a8d9d36f79cb4c7e25bdad Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:49:14 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21dadd2..0668a97 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ This library depends on the [Arduino MIDI Library](https://github.com/FortySeven When installing this library from the Arduino IDE, the dependency be downloaded and installed in the same directory as this library. (Thanks to the `depends` clause in `library.properties`) -When manually installing this library, you have to manually download [Arduino MIDI Library](https://github.com/FortySevenEffects/arduino_midi_library) from github and install it in the same directory as this library - without this additional install, this library will not be able to compile. +When manually installing this library, you have to manually download [Arduino MIDI Library](https://github.com/FortySevenEffects/arduino_midi_library) from github and install it in the same directory as this library - without this additional install, this library will not be able to compile. + +When using `ESP32` consider using NimBLE (`NimBLE-Arduino`). +When using the `Arduino NANO 33 BLE`, you have to install `ArduinoBLE` ## Usage ### Basic / Default