auto-sync

This commit is contained in:
rusEfi 2017-01-08 13:02:42 -05:00
parent 994965052e
commit a8381d1901
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ public class AutoTest {
static void setEngineType(int type) {
currentEngineType = type;
sendCommand("set_engine_type " + type, COMPLEX_COMMAND_RETRY, 30);
sendCommand("set engine_type " + type, COMPLEX_COMMAND_RETRY, 30);
sleep(10);
sendCommand("enable self_stimulation");
}
@ -116,7 +116,7 @@ public class AutoTest {
IoUtil.changeRpm(200);
IoUtil.changeRpm(250); // another approach to artificial delay
IoUtil.changeRpm(200);
assertEquals(12, SensorCentral.getInstance().getValue(Sensor.VBATT));
assertEquals("VBatt",12, SensorCentral.getInstance().getValue(Sensor.VBATT));
chart = nextChart();
double x = 100;