1
0
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:
bpmcgeeney 2021-11-04 17:51:52 -07:00
parent 05663a5ac7
commit c06693e6aa

View File

@ -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");
}