fix minor bug in sketch.ino

This commit is contained in:
Stefan Sterz 2016-01-13 09:45:37 +01:00
parent 7472820a1a
commit cce0df036f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ void loop()
if(Serial.available()) {
incomingByte = Serial.read();
switch (var) {
switch (mode) {
case 126: