1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-02 11:31:34 +00:00

fixed file open error, it works!

This commit is contained in:
bpmcgeeney
2021-11-04 17:41:20 -07:00
parent cce72b9114
commit 05663a5ac7
3 changed files with 9 additions and 5 deletions

View File

@@ -86,7 +86,9 @@ void loop() {
init_Vehicle(State);
Serial.println("Last run duration:" + String(millis() - last + " ms"));
delay(1000);
Serial.println("Sim Complete!");
Serial.readString();
Serial.println("Restarting Sim");
}
}