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:
|
||||
stop = !stop;
|
||||
//Serial.print("Stop : ");
|
||||
//Serial.println(stop);
|
||||
Serial.print("Stop : ");
|
||||
Serial.println(stop);
|
||||
set_value = false;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue