From b3824c63cdb79941797dd9c7e68e2441390bb007 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 28 Apr 2023 00:09:27 -0700 Subject: [PATCH] fix gear input UI (cherry picked from commit ea965b3a1554a72306999649875430123f61651f) --- firmware/tunerstudio/rusefi.input | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index a93cc5e2d5..d48e11af03 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -3567,8 +3567,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_ field = "4th gear", gearRatio4, { totalGearsCount >= 4 } field = "5th gear", gearRatio5, { totalGearsCount >= 5 } field = "6th gear", gearRatio6, { totalGearsCount >= 6 } - field = "7th gear", gearRatio6, { totalGearsCount >= 7 } - field = "8th gear", gearRatio6, { totalGearsCount >= 8 } + field = "7th gear", gearRatio7, { totalGearsCount >= 7 } + field = "8th gear", gearRatio8, { totalGearsCount >= 8 } dialog = speedSensor, "Speed sensor", xAxis panel = speedSensorLeft