Skip to content

Commit 2d3abca

Browse files
authored
Added dependency on the Ethernet library
in the Arduino IDE 2, a lot of libraries will no longer be loaded by default - one of them the Ethernet library.
1 parent ae9daba commit 2d3abca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Communication
88
url=https://github.com/lathoub/Arduino-AppleMidi-Library
99
architectures=*
1010
includes=AppleMIDI.h
11-
depends=MIDI Library
11+
depends=Ethernet,MIDI Library

0 commit comments

Comments
 (0)