Enabled debug output

This commit is contained in:
Kai Lauterbach 2024-02-05 19:46:22 +01:00
parent 5ec94fa665
commit 6483b1d6e2

View file

@ -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;