parent
54934f20cd
commit
d108dc58ae
|
@ -1289,7 +1289,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 7677655
|
||||
#define SIGNATURE_HASH 823366630
|
||||
#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"
|
||||
|
@ -1701,7 +1701,7 @@
|
|||
#define ts_show_vvt_output true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.06.paralela.7677655"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.07.paralela.823366630"
|
||||
#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 7677655
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.06.paralela.7677655"
|
||||
#define SIGNATURE_HASH 823366630
|
||||
#define TS_SIGNATURE "rusEFI master.2024.07.07.paralela.823366630"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.07.06.paralela.7677655"
|
||||
signature = "rusEFI master.2024.07.07.paralela.823366630"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.07.06.paralela.7677655" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.07.07.paralela.823366630" ; 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
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","INVALID","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","TPS2 (C4)","PPS (C5)"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Jul 06 17:15:56 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jul 07 21:11:39 UTC 2024
|
||||
|
||||
pageSize = 24900
|
||||
page = 1
|
||||
|
@ -2592,6 +2592,7 @@ oilPressure = scalar, U16, 38, "kPa", 0.03333333333333333, 0
|
|||
vvtPositionB1I = scalar, S16, 40, "deg", 0.02, 0
|
||||
actualLastInjection = scalar, U16, 42, "ms", 0.0033333333333333335, 0
|
||||
injectorDutyCycle = scalar, U08, 44, "%", 0.5, 0
|
||||
tempLogging1 = scalar, U08, 45, "", 1, 0
|
||||
injectionOffset = scalar, S16, 46, "deg", 1, 0
|
||||
engineMakeCodeNameCrc16 = scalar, U16, 48, "crc16", 1, 0
|
||||
wallFuelAmount = scalar, U16, 50, "mg", 0.01, 0
|
||||
|
@ -2626,6 +2627,8 @@ tcuDesiredGear = scalar, S08, 108, "gear", 1, 0
|
|||
flexPercent = scalar, U08, 109, "%", 0.5, 0
|
||||
wastegatePositionSensor = scalar, S16, 110, "%", 0.01, 0
|
||||
highFuelPressure = scalar, S16, 112, "bar", 0.1, 0
|
||||
tempLogging3 = scalar, U08, 114, "", 1, 0
|
||||
tempLogging4 = scalar, U08, 115, "", 1, 0
|
||||
calibrationValue = scalar, F32, 116, "", 1, 0
|
||||
calibrationMode = scalar, U08, 120, "", 1, 0
|
||||
idleStepperTargetPosition = scalar, U08, 121, "", 1, 0
|
||||
|
@ -2942,6 +2945,7 @@ deviceUid = scalar, U08, 753, "", 1, 0
|
|||
unexpectedAdcSample = scalar, U16, 754, "", 1, 0
|
||||
sadDwellRatioCounter = scalar, U08, 756, "", 1, 0
|
||||
injectionPrimingCounter = scalar, U08, 757, "", 1, 0
|
||||
tempLogging2 = scalar, U08, 758, "", 1, 0
|
||||
acPressure = scalar, F32, 760, "kPa", 1, 0
|
||||
rawAuxAnalog1 = scalar, S16, 764, "V", 0.001, 0
|
||||
rawAuxAnalog2 = scalar, S16, 766, "V", 0.001, 0
|
||||
|
@ -5126,6 +5130,7 @@ entry = oilPressure, "Oil Pressure", float, "%.3f"
|
|||
entry = vvtPositionB1I, "VVT: bank 1 intake", float, "%.3f"
|
||||
entry = actualLastInjection, "Fuel: Last inj pulse width", float, "%.3f"
|
||||
entry = injectorDutyCycle, "Fuel: injector duty cycle", float, "%.3f"
|
||||
entry = tempLogging1, "tempLogging1", int, "%d"
|
||||
entry = injectionOffset, "Fuel: Injection timing SOI", int, "%d"
|
||||
entry = engineMakeCodeNameCrc16, "Engine CRC16", int, "%d"
|
||||
entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
|
||||
|
@ -5160,6 +5165,8 @@ entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
|
|||
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
|
||||
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
|
||||
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
|
||||
entry = tempLogging3, "tempLogging3", int, "%d"
|
||||
entry = tempLogging4, "tempLogging4", int, "%d"
|
||||
entry = calibrationValue, "calibrationValue", float, "%.3f"
|
||||
entry = calibrationMode, "calibrationMode", int, "%d"
|
||||
entry = idleStepperTargetPosition, "Idle: Stepper target position", int, "%d"
|
||||
|
@ -5476,6 +5483,7 @@ entry = deviceUid, "deviceUid", int, "%d"
|
|||
entry = unexpectedAdcSample, "unexpectedAdcSample", int, "%d"
|
||||
entry = sadDwellRatioCounter, "sadDwellRatioCounter", int, "%d"
|
||||
entry = injectionPrimingCounter, "injectionPrimingCounter", int, "%d"
|
||||
entry = tempLogging2, "tempLogging2", int, "%d"
|
||||
entry = acPressure, "A/C pressure", float, "%.3f"
|
||||
entry = rawAuxAnalog1, "rawAuxAnalog1", float, "%.3f"
|
||||
entry = rawAuxAnalog2, "rawAuxAnalog2", float, "%.3f"
|
||||
|
|
Loading…
Reference in New Issue