File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ void runRusEfiWithConfig() {
280
280
*/
281
281
initEngineController ();
282
282
283
+ engine->module <GearDetector>()->onConfigurationChange (nullptr );
284
+
283
285
#if EFI_ENGINE_EMULATOR
284
286
initEngineEmulator ();
285
287
#endif
Original file line number Diff line number Diff line change @@ -3442,8 +3442,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
3442
3442
field = "4th gear", gearRatio4, { totalGearsCount >= 4 }
3443
3443
field = "5th gear", gearRatio5, { totalGearsCount >= 5 }
3444
3444
field = "6th gear", gearRatio6, { totalGearsCount >= 6 }
3445
- field = "7th gear", gearRatio6 , { totalGearsCount >= 7 }
3446
- field = "8th gear", gearRatio6 , { totalGearsCount >= 8 }
3445
+ field = "7th gear", gearRatio7 , { totalGearsCount >= 7 }
3446
+ field = "8th gear", gearRatio8 , { totalGearsCount >= 8 }
3447
3447
3448
3448
dialog = speedSensor, "Speed sensor", xAxis
3449
3449
panel = speedSensorLeft
You can’t perform that action at this time.
0 commit comments