parent
a5e22cd205
commit
a527ea9579
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 13 16:42:11 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 14 16:42:14 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2841,7 +2841,7 @@ struct engine_configuration_s {
|
|||
bool skipBoardCanDash : 1 {};
|
||||
/**
|
||||
offset 1496 bit 19 */
|
||||
bool unusedBit_503_19 : 1 {};
|
||||
bool brakePedalPinInverted : 1 {};
|
||||
/**
|
||||
offset 1496 bit 20 */
|
||||
bool devBit0 : 1 {};
|
||||
|
@ -5619,4 +5619,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22656);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 13 16:42:11 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 14 16:42:14 UTC 2024
|
||||
|
|
|
@ -1268,7 +1268,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3567300520
|
||||
#define SIGNATURE_HASH 1420448490
|
||||
#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"
|
||||
|
@ -1649,12 +1649,13 @@
|
|||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define ts_show_vbatt true
|
||||
#define ts_show_vehicle_speed_sensor true
|
||||
#define ts_show_vehicle_weight false
|
||||
#define ts_show_vr_threshold_2 false
|
||||
#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.13.mega.3567300520"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.14.mega.1420448490"
|
||||
#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 3567300520
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.13.mega.3567300520"
|
||||
#define SIGNATURE_HASH 1420448490
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.14.mega.1420448490"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.05.13.mega.3567300520"
|
||||
signature = "rusEFI default.2024.05.14.mega.1420448490"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.05.13.mega.3567300520" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.05.14.mega.1420448490" ; 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 May 13 16:42:11 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 14 16:42:14 UTC 2024
|
||||
|
||||
pageSize = 22656
|
||||
page = 1
|
||||
|
@ -760,6 +760,7 @@ enableAemXSeriesEgt = bits, U32, 1496, [15:15], "false", "true"
|
|||
startRequestPinInverted = bits, U32, 1496, [16:16], "Normal", "Inverted"
|
||||
tcu_rangeSensorPulldown = bits, U32, 1496, [17:17], "false", "true"
|
||||
skipBoardCanDash = bits, U32, 1496, [18:18], "false", "true"
|
||||
brakePedalPinInverted = bits, U32, 1496, [19:19], "Normal", "Inverted"
|
||||
devBit0 = bits, U32, 1496, [20:20], "false", "true"
|
||||
devBit1 = bits, U32, 1496, [21:21], "false", "true"
|
||||
devBit2 = bits, U32, 1496, [22:22], "false", "true"
|
||||
|
@ -4802,7 +4803,7 @@ gaugeCategory = Fueling
|
|||
currentTargetAfrGauge = targetAFR,"fuel: target AFR", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2
|
||||
|
||||
gaugeCategory = Throttle Body (incl. ETB)
|
||||
pedalPositionGauge = throttlePedalPosition, "Throttle pedal position", "%", 0, 120, 0, 0, 100, 100, 1, 1
|
||||
pedalPositionGauge = throttlePedalPosition, "Throttle pedal position", "%", -20, 120, -10, -5, 105, 110, 1, 1
|
||||
tpsADCGauge = tpsADC, "tps1 ADC", "ADC", 0, 1024, 0, 0, 0, 0, 0, 0
|
||||
TPSGauge = TPSValue, "Throttle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
|
||||
TPS2Gauge = TPS2Value, "Throttle position #2", "%", 0, 100, 0, 0, 100, 100, 1, 1
|
||||
|
@ -7675,6 +7676,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Clutch Up mode", clutchUpPinMode
|
||||
field = "Throttle Up switch", throttlePedalUpPin
|
||||
field = "Brake Pedal", brakePedalPin
|
||||
field = "Brake Pedak signal", brakePedalPinInverted
|
||||
field = "Brake Pedal Mode", brakePedalPinMode
|
||||
field = "Flex fuel sensor", flexSensorPin
|
||||
field = "Flex Signal", flexSensorInverted
|
||||
|
@ -9006,8 +9008,11 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "No boost control below TPS", boostControlMinTps, { isBoostControlEnabled }
|
||||
field = "No boost control below MAP", boostControlMinMap, { isBoostControlEnabled }
|
||||
|
||||
dialog = boostOpenLoopYAxisSelector, ""
|
||||
field = "Y Axis", boostOpenLoopYAxis
|
||||
|
||||
dialog = boostOpenLoopDialog, "", border
|
||||
field = "Y Axis", boostOpenLoopYAxis
|
||||
panel = boostOpenLoopYAxisSelector, North
|
||||
panel = boostTableTbl, Center
|
||||
|
||||
dialog = boostOpenLoopGearAdderDialog, "", border
|
||||
|
|
Loading…
Reference in New Issue