auto-sync
This commit is contained in:
parent
b0a07beed6
commit
46deae4342
|
@ -348,6 +348,8 @@ public class AutoTest {
|
||||||
// switching to Speed Density
|
// switching to Speed Density
|
||||||
sendCommand("set_mock_maf_voltage 2");
|
sendCommand("set_mock_maf_voltage 2");
|
||||||
sendComplexCommand("set_algorithm 3");
|
sendComplexCommand("set_algorithm 3");
|
||||||
|
IoUtil.changeRpm(2400);
|
||||||
|
IoUtil.changeRpm(2000);
|
||||||
nextChart();
|
nextChart();
|
||||||
chart = nextChart();
|
chart = nextChart();
|
||||||
assertEquals(69.12, SensorCentral.getInstance().getValue(Sensor.MAP));
|
assertEquals(69.12, SensorCentral.getInstance().getValue(Sensor.MAP));
|
||||||
|
|
Loading…
Reference in New Issue