signal failed reset

This commit is contained in:
Nicu Hodos 2022-10-06 21:17:49 +02:00
parent 2db7d778f5
commit 52f7fcf6d6

View File

@ -144,6 +144,7 @@ void readCommand() {
Serial.println("resetting...");
delay(200);
digitalWrite(RESET_PIN, LOW);
Serial.println("resetting failed");
}
if (cmd.endsWith(",")) {
cmd = cmd.substring(0, cmd.lastIndexOf(','));