Enabled debug output
This commit is contained in:
parent
5ec94fa665
commit
6483b1d6e2
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ void button() {
|
||||||
|
|
||||||
case Stop:
|
case Stop:
|
||||||
stop = !stop;
|
stop = !stop;
|
||||||
//Serial.print("Stop : ");
|
Serial.print("Stop : ");
|
||||||
//Serial.println(stop);
|
Serial.println(stop);
|
||||||
set_value = false;
|
set_value = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue