From 7a876bd45bf1111a29c00d68f9740a5518fb3286 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 19 Mar 2017 17:49:17 -0400 Subject: [PATCH] something is not right somewhere --- java_console/autotest/src/com/rusefi/AutoTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 26660043a2..e5715d8e99 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -33,6 +33,8 @@ public class AutoTest { testFordAspire(); test1995DodgeNeon(); testMazdaProtege(); + sendCommand("reboot"); // this would cause firmware in 5 seconds + sleep(10); // time to reboot testBmwE34(); testSachs(); testMitsu();