parent
bb5112b254
commit
01a15aa0f0
|
@ -1296,7 +1296,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4217665944
|
||||
#define SIGNATURE_HASH 3644004984
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1742,7 +1742,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.04.XYZ.4217665944"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.05.XYZ.3644004984"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4217665944
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.04.XYZ.4217665944"
|
||||
#define SIGNATURE_HASH 3644004984
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.05.XYZ.3644004984"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.09.04.XYZ.4217665944"
|
||||
signature = "rusEFI main.2024.09.05.XYZ.3644004984"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.09.04.XYZ.4217665944" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.09.05.XYZ.3644004984" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; 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
|
||||
|
@ -6059,13 +6059,13 @@ menuDialog = main
|
|||
groupChildMenu = ignAdder4Table, "Ignition blend table 4", 0, { isIgnitionEnabled && ignBlends4_blendParameter != 0 }
|
||||
groupMenu = "Cylinder ign trims"
|
||||
groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1"
|
||||
groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2"0, { isInjectionEnabled && cylindersCount >= 2 }
|
||||
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3"0, { isInjectionEnabled && cylindersCount >= 3 }
|
||||
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4"0, { isInjectionEnabled && cylindersCount >= 4 }
|
||||
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5"0, { isInjectionEnabled && cylindersCount >= 5 }
|
||||
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6"0, { isInjectionEnabled && cylindersCount >= 6 }
|
||||
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7"0, { isInjectionEnabled && cylindersCount >= 7 }
|
||||
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8"0, { isInjectionEnabled && cylindersCount >= 8 }
|
||||
groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2", 0, { isInjectionEnabled && cylindersCount >= 2 }
|
||||
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3", 0, { isInjectionEnabled && cylindersCount >= 3 }
|
||||
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4", 0, { isInjectionEnabled && cylindersCount >= 4 }
|
||||
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5", 0, { isInjectionEnabled && cylindersCount >= 5 }
|
||||
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6", 0, { isInjectionEnabled && cylindersCount >= 6 }
|
||||
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7", 0, { isInjectionEnabled && cylindersCount >= 7 }
|
||||
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8", 0, { isInjectionEnabled && cylindersCount >= 8 }
|
||||
groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9", 0, { isInjectionEnabled && cylindersCount >= 9 }
|
||||
groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10", 0, { isInjectionEnabled && cylindersCount >= 10 }
|
||||
groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11", 0, { isInjectionEnabled && cylindersCount >= 11 }
|
||||
|
|
Loading…
Reference in New Issue