mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
added back delay at the end of the sim
This commit is contained in:
+1
-2
@@ -86,8 +86,7 @@ void loop() {
|
||||
init_Vehicle(State);
|
||||
Serial.println("Last run duration:" + String(millis() - last + " ms"));
|
||||
|
||||
Serial.println("Sim Complete!");
|
||||
Serial.readString();
|
||||
delay(1000);
|
||||
|
||||
Serial.println("Restarting Sim");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user