From 5268a624368d2924f7245d0a7600b2a3011b18cc Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 24 Dec 2020 04:35:10 -0800 Subject: [PATCH] fix (#2128) Co-authored-by: Matthew Kennedy --- firmware/tunerstudio/rusefi.input | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 2713c528d4..049db4e9c3 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -56,6 +56,9 @@ enable2ndByteCanID = false crc32CheckCommand = "@@TS_CRC_CHECK_COMMAND_char@@%2o%2c" retrieveConfigError = "e" + ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C + useLegacyFTempUnits = false + ;communication settings pageActivationDelay = 500 ; Milliseconds delay after burn command. See https://sourceforge.net/p/rusefi/tickets/77/ ;e.g. put writeblocks off and add an interwrite delay @@ -80,9 +83,6 @@ enable2ndByteCanID = false ; CONFIG_DEFINITION_END idleRpmPid_offset = "Constant base value" - ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C - useLegacyFTempUnits = false - [Tuning] spotDepth = 2 ; 0 = no indicators, 1 = Z only, 2 = XYZ indicators. cursorDepth = 2 ; Same as spot depth.