From c06693e6aac9cec06a94286944211b63fbca51ab Mon Sep 17 00:00:00 2001 From: bpmcgeeney Date: Thu, 4 Nov 2021 17:51:52 -0700 Subject: [PATCH] added back delay at the end of the sim --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 2011f3e..5c374d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"); }