signal failed reset
This commit is contained in:
parent
8b7c6073e7
commit
048b8a4cf0
@ -144,6 +144,7 @@ void readCommand() {
|
|||||||
Serial.println("resetting...");
|
Serial.println("resetting...");
|
||||||
delay(200);
|
delay(200);
|
||||||
digitalWrite(RESET_PIN, LOW);
|
digitalWrite(RESET_PIN, LOW);
|
||||||
|
Serial.println("resetting failed");
|
||||||
}
|
}
|
||||||
if (cmd.endsWith(",")) {
|
if (cmd.endsWith(",")) {
|
||||||
cmd = cmd.substring(0, cmd.lastIndexOf(','));
|
cmd = cmd.substring(0, cmd.lastIndexOf(','));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user