Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-09-24 00:17:55 +00:00
parent a07461d521
commit 08bab86bab
4 changed files with 22 additions and 8 deletions

View File

@ -1290,7 +1290,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 857139083
#define SIGNATURE_HASH 186128950
#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"
@ -1596,11 +1596,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
@ -1640,6 +1642,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
@ -1677,6 +1680,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
@ -1717,9 +1721,11 @@
#define ts_show_starter_disable true
#define ts_show_startup_map_baro_grab true
#define ts_show_status_leds false
#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
@ -1728,6 +1734,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
@ -1740,7 +1747,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.mega100.857139083"
#define TS_SIGNATURE "rusEFI main.2024.09.24.mega100.186128950"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 857139083
#define TS_SIGNATURE "rusEFI main.2024.09.23.mega100.857139083"
#define SIGNATURE_HASH 186128950
#define TS_SIGNATURE "rusEFI main.2024.09.24.mega100.186128950"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.09.23.mega100.857139083"
signature = "rusEFI main.2024.09.24.mega100.186128950"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.09.23.mega100.857139083" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.09.24.mega100.186128950" ; 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
@ -7846,7 +7853,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

View File

@ -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.mega100.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2024.09.24.mega100.@@SIGNATURE_HASH@@"