parent
0e50d44e0d
commit
53a1b23900
|
@ -1296,7 +1296,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3697243202
|
||||
#define SIGNATURE_HASH 158173924
|
||||
#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"
|
||||
|
@ -1741,7 +1741,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 master.2024.08.17.paralela.3697243202"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.18.paralela.158173924"
|
||||
#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 3697243202
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.17.paralela.3697243202"
|
||||
#define SIGNATURE_HASH 158173924
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.18.paralela.158173924"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.08.17.paralela.3697243202"
|
||||
signature = "rusEFI master.2024.08.18.paralela.158173924"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.08.17.paralela.3697243202" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.08.18.paralela.158173924" ; 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","TPS (A5)","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","PPS1 (C4)","PPS2 (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 Aug 17 21:11:41 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Aug 18 21:11:53 UTC 2024
|
||||
|
||||
pageSize = 25068
|
||||
page = 1
|
||||
|
@ -8285,6 +8285,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
; Engine->idle Settings
|
||||
dialog = idleSolenoid, "Solenoid"
|
||||
field = "Idle Solenoid Primary output", idle_solenoidPin, { idle_solenoidPin != 0 || !useStepperIdle }
|
||||
field = "Double Solenoid Mode", isDoubleSolenoidIdle
|
||||
field = "Idle Solenoid Secondary output", secondSolenoidPin, { idle_solenoidPin != 0 || (!useStepperIdle && isDoubleSolenoidIdle ) }
|
||||
field = "Idle Solenoid output(s) Mode", idle_solenoidPinMode, !useStepperIdle
|
||||
field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle
|
||||
|
@ -8321,8 +8322,8 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
dialog = stepperHbridgeHardware, "Stepper H-Bridge Hardware"
|
||||
topicHelp = "stepperHbridgeHardwareHelp"
|
||||
field = "Inverted driver pins", stepperDcInvertedPins
|
||||
panel = stepperHbridgeHardwareNo1, { etbFunctions1 != 0 }
|
||||
panel = stepperHbridgeHardwareNo2, { etbFunctions2 != 0 }
|
||||
panel = stepperHbridgeHardwareNo1, { etbFunctions1 == 0 }
|
||||
panel = stepperHbridgeHardwareNo2, { etbFunctions2 == 0 }
|
||||
|
||||
dialog = idleStepperHw, "Stepper Controller Hardware"
|
||||
topicHelp = "idleStepperHwHelp"
|
||||
|
@ -8369,7 +8370,6 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
dialog = idlehw, "", yAxis
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Use Stepper", useStepperIdle
|
||||
field = "Double Solenoid Mode", isDoubleSolenoidIdle
|
||||
field = "Electronic throttle idle range", etbIdleThrottleRange
|
||||
panel = idleHwType
|
||||
|
||||
|
|
Loading…
Reference in New Issue