mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 15:17:23 +00:00
added back delay at the end of the sim
This commit is contained in:
parent
05663a5ac7
commit
c06693e6aa
@ -86,8 +86,7 @@ void loop() {
|
|||||||
init_Vehicle(State);
|
init_Vehicle(State);
|
||||||
Serial.println("Last run duration:" + String(millis() - last + " ms"));
|
Serial.println("Last run duration:" + String(millis() - last + " ms"));
|
||||||
|
|
||||||
Serial.println("Sim Complete!");
|
delay(1000);
|
||||||
Serial.readString();
|
|
||||||
|
|
||||||
Serial.println("Restarting Sim");
|
Serial.println("Restarting Sim");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user