parent
bb5270bf83
commit
cfa99da93f
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jul 14 16:44:35 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:41:53 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -1773,7 +1773,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 818
|
||||
*/
|
||||
Gpio test557pin;
|
||||
uint16_t unused720;
|
||||
/**
|
||||
* offset 820
|
||||
*/
|
||||
|
@ -5684,4 +5684,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22804);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Jul 14 16:44:35 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:41:53 UTC 2024
|
||||
|
|
|
@ -1287,7 +1287,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1464736848
|
||||
#define SIGNATURE_HASH 805450044
|
||||
#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"
|
||||
|
@ -1634,6 +1634,7 @@
|
|||
#define ts_show_gdi false
|
||||
#define ts_show_globalTriggerAngleOffset true
|
||||
#define ts_show_hardware_simulator true
|
||||
#define ts_show_hbridge_function true
|
||||
#define ts_show_hd true
|
||||
#define ts_show_hip9011 false
|
||||
#define ts_show_idle_hardware true
|
||||
|
@ -1698,7 +1699,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 main.2024.07.15.XYZ.1464736848"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.07.16.XYZ.805450044"
|
||||
#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 1464736848
|
||||
#define TS_SIGNATURE "rusEFI main.2024.07.15.XYZ.1464736848"
|
||||
#define SIGNATURE_HASH 805450044
|
||||
#define TS_SIGNATURE "rusEFI main.2024.07.16.XYZ.805450044"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.07.15.XYZ.1464736848"
|
||||
signature = "rusEFI main.2024.07.16.XYZ.805450044"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.07.15.XYZ.1464736848" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.07.16.XYZ.805450044" ; 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 Mon Jul 15 16:43:25 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:42:48 UTC 2024
|
||||
|
||||
pageSize = 22804
|
||||
page = 1
|
||||
|
@ -429,7 +429,7 @@ max31855_cs6 = bits, U16, 810, [0:8], $gpio_list
|
|||
max31855_cs7 = bits, U16, 812, [0:8], $gpio_list
|
||||
max31855_cs8 = bits, U16, 814, [0:8], $gpio_list
|
||||
flexSensorPin = bits, U16, 816, [0:8], $brain_input_pin_e_list
|
||||
test557pin = bits, U16, 818, [0:8], $gpio_list
|
||||
unused720 = scalar, U16, 818, "", 1, 0, 0, 32000, 0
|
||||
stepperDirectionPinMode = bits, U08, 820, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||
mc33972spiDevice = bits, U08, 821, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6", "INVALID"
|
||||
stoichRatioSecondary = scalar, U08, 822, ":1", 0.1, 0, 5, 25, 1
|
||||
|
@ -4888,7 +4888,7 @@ gaugeCategory = Sensors - Extra 1
|
|||
VSSGauge = vehicleSpeedKph, "Vehicle Speed", "kmh", 0, 200, 0, 5, 110, 130, 1, 1
|
||||
wheelSlipRatioGauge = wheelSlipRatio, "Wheel Slip Ratio", "", 0, 200, 0, 1, 3, 4, 3, 3
|
||||
turboSpeedGauge = turboSpeed, "Turbocharger Speed", "hz", 0, 200, 0, 1, 3, 4, 1, 1
|
||||
baroPressureGauge = baroPressure, "Barometric pressure", "kPa", 0, 1024, 0, 0, 0, 0, 0, 0
|
||||
baroPressureGauge = baroPressure, "Barometric pressure", "kPa", 0, 130, 40, 50, 110, 120, 2, 0
|
||||
internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0
|
||||
OilPressGauge = oilPressure, "Oil Pressure", "kPa", 0, 750, 35, 75, 550, 700, 0, 0
|
||||
AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1, 1
|
||||
|
@ -7946,7 +7946,6 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Fuel Pump output", fuelPumpPin
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "MIL/Check Engine output", malfunctionIndicatorPin
|
||||
field = "test557pin", test557pin
|
||||
field = "Fan Pin", fanPin
|
||||
field = "A/C Relay", acRelayPin
|
||||
field = "Main Relay Pin", mainRelayPin
|
||||
|
@ -9374,8 +9373,8 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "PWM Frequency", etbFreq
|
||||
field = "Minimum ETB position", etbMinimumPosition
|
||||
field = "Maximum ETB position", etbMaximumPosition
|
||||
field = "Jam detection integrator max", etbJamIntegratorLimit
|
||||
field = "Jam detection timeout period", etbJamTimeout
|
||||
; field = "Jam detection integrator max", etbJamIntegratorLimit
|
||||
; field = "Jam detection timeout period", etbJamTimeout
|
||||
field = "Duty Averaging Length", etbExpAverageLength
|
||||
field = "Rate of change Averaging Length", etbRocExpAverageLength
|
||||
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
|
||||
|
@ -9391,9 +9390,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
commandButton = "Start ETB PID Autotune", cmd_etb_autotune, {(etb1configured == 1 || etb2configured == 1) && calibrationMode = 0}
|
||||
commandButton = "Stop ETB PID Autotune", cmd_etb_autotune_stop, {(etb1configured == 1 || etb2configured == 1) && calibrationMode >= 3 && calibrationMode <= 5}
|
||||
|
||||
field = "!Set debug mode below to 'ETB Autotune' to show more detail"
|
||||
field = "Debug mode", debugMode
|
||||
|
||||
dialog = etbDialogRight
|
||||
panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }
|
||||
commandButton = "Reset ETB", cmd_etb_reset
|
||||
|
|
Loading…
Reference in New Issue