fix minor bug in sketch.ino
This commit is contained in:
parent
7472820a1a
commit
cce0df036f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void loop()
|
||||||
if(Serial.available()) {
|
if(Serial.available()) {
|
||||||
incomingByte = Serial.read();
|
incomingByte = Serial.read();
|
||||||
|
|
||||||
switch (var) {
|
switch (mode) {
|
||||||
|
|
||||||
case 126:
|
case 126:
|
||||||
|
|
||||||
|
|
Reference in a new issue