auto-sync

This commit is contained in:
rusEfi 2016-07-22 20:03:51 -04:00
parent 01c9d18f97
commit b0a07beed6
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ public class AutoTest {
EngineChart chart;
String msg = "2003 Neon cranking ";
IoUtil.changeRpm(200);
IoUtil.changeRpm(250); // another approach to artificial delay
IoUtil.changeRpm(200);
assertEquals(12, SensorCentral.getInstance().getValue(Sensor.VBATT));
chart = nextChart();