Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-08-06 21:14:01 +00:00
parent 48830f8cb0
commit 7f67db3a77
4 changed files with 17 additions and 17 deletions

View File

@ -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 Aug 05 21:11:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Aug 06 21:11:43 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1582,10 +1582,10 @@ struct engine_configuration_s {
bool enableVerboseCanTx : 1 {};
/**
offset 752 bit 15 */
bool etb1configured : 1 {};
bool unused644b10 : 1 {};
/**
offset 752 bit 16 */
bool etb2configured : 1 {};
bool unused644b11 : 1 {};
/**
* Useful for individual intakes
offset 752 bit 17 */
@ -5714,4 +5714,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 25060);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Aug 05 21:11:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Aug 06 21:11:43 UTC 2024

View File

@ -1296,7 +1296,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 879558457
#define SIGNATURE_HASH 3671207024
#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"
@ -1739,7 +1739,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 master.2024.08.05.paralela.879558457"
#define TS_SIGNATURE "rusEFI master.2024.08.06.paralela.3671207024"
#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 879558457
#define TS_SIGNATURE "rusEFI master.2024.08.05.paralela.879558457"
#define SIGNATURE_HASH 3671207024
#define TS_SIGNATURE "rusEFI master.2024.08.06.paralela.3671207024"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.08.05.paralela.879558457"
signature = "rusEFI master.2024.08.06.paralela.3671207024"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.08.05.paralela.879558457" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.08.06.paralela.3671207024" ; 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="NONE","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","TPS (A5)","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","PPS1 (C4)","PPS2 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Aug 05 21:11:56 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Aug 06 21:11:43 UTC 2024
pageSize = 25060
page = 1
@ -378,8 +378,8 @@ useTpicAdvancedMode = bits, U32, 752, [11:11], "false", "true"
lambdaProtectionEnable = bits, U32, 752, [12:12], "false", "true"
verboseTLE8888 = bits, U32, 752, [13:13], "false", "true"
enableVerboseCanTx = bits, U32, 752, [14:14], "false", "true"
etb1configured = bits, U32, 752, [15:15], "false", "true"
etb2configured = bits, U32, 752, [16:16], "false", "true"
unused644b10 = bits, U32, 752, [15:15], "false", "true"
unused644b11 = bits, U32, 752, [16:16], "false", "true"
measureMapOnlyInOneCylinder = bits, U32, 752, [17:17], "false", "true"
stepperForceParkingEveryRestart = bits, U32, 752, [18:18], "false", "true"
isFasterEngineSpinUpEnabled = bits, U32, 752, [19:19], "false", "true"
@ -9342,11 +9342,11 @@ dialog = tcuControls, "Transmission Settings"
dialog = etbAutotune, "PID Autotune"
field = "First step: calibrate TPS and hit 'Burn'"
commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {etb1configured == 1 && tps1_1AdcChannel != 0 && calibrationMode == 0}
commandButton = "Auto Calibrate ETB 2", cmd_etb_auto_calibrate_2, {etb2configured == 1 && tps2_1AdcChannel != 0 && calibrationMode == 0}
commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, { (etbFunctions1 == 1 || etbFunctions2 == 1) && tps1_1AdcChannel != 0 && calibrationMode == 0}
commandButton = "Auto Calibrate ETB 2", cmd_etb_auto_calibrate_2, { (etbFunctions1 == 2 || etbFunctions2 == 2) && tps2_1AdcChannel != 0 && calibrationMode == 0}
field = "Second step"
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}
commandButton = "Start ETB PID Autotune", cmd_etb_autotune, {(etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2) && calibrationMode = 0}
commandButton = "Stop ETB PID Autotune", cmd_etb_autotune_stop, {(etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2) && calibrationMode >= 3 && calibrationMode <= 5}
dialog = etbDialogRight
panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 }