lower vss hw ci frequency

This commit is contained in:
Matthew Kennedy 2023-03-24 15:38:43 -07:00
parent a82626378d
commit 13671f51e7
1 changed files with 1 additions and 1 deletions

View File

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