Update readme to match source code

This commit is contained in:
John Stäck 2018-10-23 18:53:46 +02:00 committed by GitHub
parent 572cfbc002
commit f73ddc6557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ next to it are.
Open NuEVI.ino in the Arduino IDE. Under "Tools -> Board", select "Teensy 3.2 / 3.1". Then set
"Tools -> USB Type" to "MIDI".
If you have Teensyduino 1.4.1 or later, you also need to change an option in the code. In the
Arduino Editor (where you have NuEVI.ino open), uncomment the line with `#define NEWTEENSYDUINO`. If
If you have Teensyduino 1.4.0 or earlier, you also need to change an option in the code. In the
Arduino Editor (where you have NuEVI.ino open), comment out the line with `#define NEWTEENSYDUINO`. If
this does not match the Teensyduino version, pitch bend over USB-MIDI will not work properly.
### Building and uploading