Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
976a2f9824
|
@ -270,6 +270,12 @@ public class FunctionalTest extends RusefiTestBase {
|
|||
ecu.setEngineType(ET_FORD_ESCORT_GT);
|
||||
EngineChart chart;
|
||||
ecu.sendCommand("set mock_vbatt_voltage 1.395");
|
||||
|
||||
// Alpha-N mode so that we actually inject some fuel (without mocking tons of sensors)
|
||||
ecu.sendCommand("set algorithm 5");
|
||||
// Set tps to 25% - make alpha-n happy
|
||||
ecu.sendCommand("set_sensor_mock 10 25");
|
||||
|
||||
ecu.changeRpm(200);
|
||||
ecu.changeRpm(260);
|
||||
ecu.changeRpm(200);
|
||||
|
|
Loading…
Reference in New Issue