Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-08-07 16:45:21 +00:00
parent 5c46e83e26
commit 684ae36e52
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 Tue Aug 06 16:41:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Aug 07 16:42:32 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 */
@ -5718,4 +5718,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22964);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Aug 06 16:41:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Aug 07 16:42:32 UTC 2024

View File

@ -1295,7 +1295,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3104374315
#define SIGNATURE_HASH 1471556962
#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"
@ -1737,7 +1737,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.08.06.XYZ.3104374315"
#define TS_SIGNATURE "rusEFI main.2024.08.07.XYZ.1471556962"
#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 3104374315
#define TS_SIGNATURE "rusEFI main.2024.08.06.XYZ.3104374315"
#define SIGNATURE_HASH 1471556962
#define TS_SIGNATURE "rusEFI main.2024.08.07.XYZ.1471556962"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.08.06.XYZ.3104374315"
signature = "rusEFI main.2024.08.07.XYZ.1471556962"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.08.06.XYZ.3104374315" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.08.07.XYZ.1471556962" ; 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 Tue Aug 06 16:42:14 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Aug 07 16:43:27 UTC 2024
pageSize = 22964
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"
@ -9430,11 +9430,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 }