lower vss hw ci frequency
(cherry picked from commit 13671f51e7e3fc17f469a7a0a5996855d31412a8)
This commit is contained in:
parent
916a1d1534
commit
ecbc8bc8e4
|
@ -36,7 +36,7 @@ public class VssHardwareLoopTest extends RusefiTestBase {
|
|||
|
||||
// Hook up 1khz idle on formerly-trigger-stim pin
|
||||
ecu.sendCommand(CMD_IDLE_PIN + " PD2");
|
||||
ecu.sendCommand("set idle_solenoid_freq 1000");
|
||||
ecu.sendCommand("set idle_solenoid_freq 100");
|
||||
|
||||
EcuTestHelper.assertSomewhatClose("VSS no input", 0, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
|
||||
|
||||
|
|
Loading…
Reference in New Issue