Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
rusefillc 2021-01-10 20:27:40 -05:00
commit 41d6b898af
1 changed files with 6 additions and 0 deletions

View File

@ -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);