parent
249a255bac
commit
c4a3eafde9
|
@ -1292,7 +1292,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2482889927
|
||||
#define SIGNATURE_HASH 2884835706
|
||||
#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"
|
||||
|
@ -1598,11 +1598,13 @@
|
|||
#define ts_show_air_conditioning true
|
||||
#define ts_show_alternator true
|
||||
#define ts_show_analog_divider true
|
||||
#define ts_show_analog_input_settings true
|
||||
#define ts_show_aux_connections true
|
||||
#define ts_show_aux_sensors true
|
||||
#define ts_show_auxserial_pins true
|
||||
#define ts_show_bank2_cam1 true
|
||||
#define ts_show_bank2_cam2 true
|
||||
#define ts_show_brake_pedal_pin true
|
||||
#define ts_show_cam2 true
|
||||
#define ts_show_can2 true
|
||||
#define ts_show_can_bitrate true
|
||||
|
@ -1642,6 +1644,7 @@
|
|||
#define ts_show_experimental true
|
||||
#define ts_show_fan2_settings true
|
||||
#define ts_show_firing_order true
|
||||
#define ts_show_flex_inverted true
|
||||
#define ts_show_forced_induction true
|
||||
#define ts_show_ford_toyota_tps_pps true
|
||||
#define ts_show_fuel_level_sensor true
|
||||
|
@ -1679,6 +1682,7 @@
|
|||
#define ts_show_injection_mode true
|
||||
#define ts_show_injection_phase true
|
||||
#define ts_show_injectionPinMode false
|
||||
#define ts_show_intake_cam_edge true
|
||||
#define ts_show_intake_vvt_direction true
|
||||
#define ts_show_k_line false
|
||||
#define ts_show_l9779 false
|
||||
|
@ -1719,9 +1723,11 @@
|
|||
#define ts_show_starter_disable true
|
||||
#define ts_show_startup_map_baro_grab true
|
||||
#define ts_show_status_leds true
|
||||
#define ts_show_strokes true
|
||||
#define ts_show_sync_cam true
|
||||
#define ts_show_tachometer true
|
||||
#define ts_show_tcu false
|
||||
#define ts_show_throttle_switch true
|
||||
#define ts_show_tle8888 false
|
||||
#define ts_show_top_level_can_menu true
|
||||
#define ts_show_tps2 true
|
||||
|
@ -1730,6 +1736,7 @@
|
|||
#define ts_show_trigger_advanced true
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_trigger_overrides true
|
||||
#define ts_show_trigger_pins true
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define ts_show_vbatt true
|
||||
#define ts_show_vehicle_speed_sensor true
|
||||
|
@ -1742,7 +1749,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.23.XYZ.2482889927"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.24.XYZ.2884835706"
|
||||
#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 2482889927
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.23.XYZ.2482889927"
|
||||
#define SIGNATURE_HASH 2884835706
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.24.XYZ.2884835706"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.09.23.XYZ.2482889927"
|
||||
signature = "rusEFI main.2024.09.24.XYZ.2884835706"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.09.23.XYZ.2482889927" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.09.24.XYZ.2884835706" ; 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
|
||||
|
@ -3536,6 +3536,13 @@ lambdaTimeSinceGood = scalar, U16, 1744, "sec", 0.01, 0
|
|||
maintainConstantValue = throttlePedalWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue : throttlePedalWOTVoltage }
|
||||
maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage }
|
||||
|
||||
requiresPowerCycle = gppwm1_pin
|
||||
requiresPowerCycle = gppwm2_pin
|
||||
requiresPowerCycle = gppwm3_pin
|
||||
requiresPowerCycle = gppwm4_pin
|
||||
requiresPowerCycle = mc33816_cs
|
||||
requiresPowerCycle = mc33816_rstb
|
||||
requiresPowerCycle = mc33816spiDevice
|
||||
requiresPowerCycle = isSdCardEnabled
|
||||
requiresPowerCycle = sdCardSpiDevice
|
||||
requiresPowerCycle = sdCardCsPin
|
||||
|
@ -7840,7 +7847,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Flex fuel sensor", flexSensorPin
|
||||
field = "Flex Signal", flexSensorInverted
|
||||
field = "Turbo Speed Sensor", turboSpeedSensorInputPin
|
||||
field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier
|
||||
field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier, { turboSpeedSensorInputPin }
|
||||
field = "Throttle inlet pressure sensor", throttleInletPressureChannel
|
||||
field = "Compressor discharge pressure sensor", compressorDischargePressureChannel
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Generated by gen_signature.sh
|
||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||
! gen_signature.sh Using env variable branch [main]
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.23.XYZ.@@SIGNATURE_HASH@@"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.24.XYZ.@@SIGNATURE_HASH@@"
|
||||
|
|
Loading…
Reference in New Issue