Skip to content

Commit 71ec6db

Browse files
authored
Update README.md
1 parent 8fd2a19 commit 71ec6db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ This library depends on the [Arduino MIDI Library](https://github.com/FortySeven
66

77
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`)
88

9-
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.
9+
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.
10+
11+
When using `ESP32` consider using NimBLE (`NimBLE-Arduino`).
12+
When using the `Arduino NANO 33 BLE`, you have to install `ArduinoBLE`
1013

1114
## Usage
1215
### Basic / Default

0 commit comments

Comments
 (0)