From f73ddc6557640af7af235d47a98f41632b509871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Tue, 23 Oct 2018 18:53:46 +0200 Subject: [PATCH] Update readme to match source code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c56adaa..eff8894 100644 --- a/README.md +++ b/README.md @@ -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