parent
0a6d8f7b9d
commit
c3a8d3005d
|
@ -1257,7 +1257,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 698725768
|
||||
#define SIGNATURE_HASH 2485798642
|
||||
#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"
|
||||
|
@ -1643,7 +1643,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.05.XYZ.698725768"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
#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 698725768
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.05.XYZ.698725768"
|
||||
#define SIGNATURE_HASH 2485798642
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.05.05.XYZ.698725768"
|
||||
signature = "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.05.05.XYZ.698725768" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.05.06.XYZ.2485798642" ; 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="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun May 05 16:39:44 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 06 16:41:06 UTC 2024
|
||||
|
||||
pageSize = 22656
|
||||
page = 1
|
||||
|
@ -7630,6 +7630,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
panel = tpsNum1
|
||||
panel = tpsNum2
|
||||
field = "Ford/Toyota redundant TPS mode", useFordRedundantTps
|
||||
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
|
||||
|
||||
dialog = pedalSensorLeft, "Accelerator pedal"
|
||||
field = "Accelerator position sensor", throttlePedalPositionAdcChannel
|
||||
|
@ -7642,6 +7643,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
|
||||
field = "TPS/PPS Error Detection Threshold", etbSplit
|
||||
field = "Ford/Toyota redundant PPS mode", useFordRedundantPps
|
||||
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
|
||||
panel = tpsPpsLimits
|
||||
|
||||
dialog = pedalGauges
|
||||
|
@ -9487,8 +9489,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
|
||||
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
|
||||
field = "Warning Message", warning_message
|
||||
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
|
||||
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
|
||||
|
||||
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
|
||||
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
|
||||
|
|
Loading…
Reference in New Issue