Gear detection based on RPM to VSS ratio #3779

oh
This commit is contained in:
rusefillc 2023-03-16 11:15:01 -04:00
parent 60322dbabd
commit 2da25ae4c1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class VssHardwareLoopTest extends RusefiTestBase {
sleep(2 * Timeouts.SECOND);
ecu.sendCommand("set " + "driveWheelRevPerKm" + " " + "500");
EcuTestHelper.assertSomewhatClose("VSS with input", 92, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
// not related to VSS test, just need to validate this somewhere, so this random test is as good as any