Skip to content

Commit 55ce099

Browse files
author
lathoub
committed
2 parents b2b7725 + 21e58f7 commit 55ce099

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Enables an Arduino with IP/UDP capabilities (Ethernet shield, ESP8266, ESP32, ..
2121
### New in 3.1.0
2222
* Increased stability in high-throughput situations
2323
* Updated wiki
24+
### New in 3.2.0
25+
* Support for Arduino IDE 2. The Ethernet library will no longer be loaded by default, so adding a dependancy.
2426

2527
## Installation
2628
From the Arduino IDE Library Manager, search for AppleMIDI
@@ -91,7 +93,8 @@ It's highly recommended to modify the [Ethernet library](https://github.com/ardu
9193
Use wired Ethernet to reduce latency, Wi-Fi increases latency and latency varies. More of the [wiki](https://github.com/lathoub/Arduino-AppleMIDI-Library/wiki/Keeping-Latency-under-control)
9294
9395
## Arduino IDE (arduino.cc)
94-
* 1.8.13
96+
* 1.8.14
97+
* 2.0.0-beta.6
9598
9699
## Contributing
97100
I would love to include your enhancements or bug fixes! In lieu of a formal styleguide, please take care to maintain the existing coding style. Please test your code before sending a pull request. It would be very helpful if you include a detailed explanation of your changes in the pull request.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AppleMIDI
2-
version=3.1.0
2+
version=3.2.0
33
author=lathoub
44
maintainer=lathoub <lathoub@gmail.com>
55
sentence=AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino
@@ -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)