increase reset time
- compensates for old timeout in serial reading
This commit is contained in:
parent
ed755abb14
commit
41ad1b4348
@ -93,7 +93,7 @@ void readCommand() {
|
|||||||
char* cmd = serialReader.getBuffer();
|
char* cmd = serialReader.getBuffer();
|
||||||
if (strcmp("reset", cmd) == 0) {
|
if (strcmp("reset", cmd) == 0) {
|
||||||
Serial.println("resetting...");
|
Serial.println("resetting...");
|
||||||
delay(200);
|
delay(1200);
|
||||||
digitalWrite(RESET_PIN, LOW);
|
digitalWrite(RESET_PIN, LOW);
|
||||||
Serial.println("resetting failed");
|
Serial.println("resetting failed");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user