@@ -38,12 +38,12 @@ enable2ndByteCanID = false
3838
3939[MegaTune]
4040 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
41- signature = "rusEFI main.2025.07.19 .mazduino.4005974880 "
41+ signature = "rusEFI main.2025.07.20 .mazduino.3678575316 "
4242
4343[TunerStudio]
4444 queryCommand = "S"
4545 versionInfo = "V" ; firmware version for title bar.
46- signature= "rusEFI main.2025.07.19 .mazduino.4005974880 " ; signature is expected to be 7 or more characters.
46+ signature= "rusEFI main.2025.07.20 .mazduino.3678575316 " ; signature is expected to be 7 or more characters.
4747
4848 ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
4949 useLegacyFTempUnits = false
@@ -3760,6 +3760,7 @@ ltftLearning = bits, U32, 1992, [0:0]
37603760ltftCorrecting = bits, U32, 1992, [1:1]
37613761ltftSavePending = bits, U32, 1992, [2:2]
37623762ltftLoadPending = bits, U32, 1992, [3:3]
3763+ ltftLoadError = bits, U32, 1992, [4:4]
37633764ltftCorrection1 = scalar, F32, 1996, "%", 100.0, -1.0
37643765ltftCorrection2 = scalar, F32, 2000, "%", 100.0, -1.0
37653766; total TS size = 2004
@@ -6592,6 +6593,7 @@ entry = ltftLearning, "LTFT learning", int, "%d"
65926593entry = ltftCorrecting, "LTFT correcting", int, "%d"
65936594entry = ltftSavePending, "LTFT saving", int, "%d"
65946595entry = ltftLoadPending, "LTFT loading calibration", int, "%d"
6596+ entry = ltftLoadError, "LTFT loading calibration error", int, "%d"
65956597entry = ltftCorrection1, "LTFT: Bank 1", float, "%.3f"
65966598entry = ltftCorrection2, "LTFT: Bank 2", float, "%.3f"
65976599
@@ -7844,6 +7846,7 @@ indicatorPanel = long_term_fuel_trim_stateIndicatorPanel, 2
78447846 indicator = {ltftCorrecting}, "ltftCorrecting No", "ltftCorrecting Yes"
78457847 indicator = {ltftSavePending}, "ltftSavePending No", "ltftSavePending Yes"
78467848 indicator = {ltftLoadPending}, "ltftLoadPending No", "ltftLoadPending Yes"
7849+ indicator = {ltftLoadError}, "ltftLoadError No", "ltftLoadError Yes"
78477850
78487851dialog = long_term_fuel_trim_stateDialog, "long_term_fuel_trim_state"
78497852 panel = long_term_fuel_trim_stateIndicatorPanel
0 commit comments