Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-04-10 17:17:37 +00:00
parent 3828f79a06
commit 0e87366bc3
3 changed files with 14 additions and 7 deletions

View File

@ -1188,7 +1188,7 @@
#define show_microRusEFI_presets false #define show_microRusEFI_presets false
#define show_Proteus_presets false #define show_Proteus_presets false
#define show_test_presets false #define show_test_presets false
#define SIGNATURE_HASH 3504554433 #define SIGNATURE_HASH 3393323259
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #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_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1563,7 +1563,7 @@
#define ts_show_vr_threshold_all false #define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true #define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true #define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI default.2024.04.09.XXX.3504554433" #define TS_SIGNATURE "rusEFI default.2024.04.10.XXX.3393323259"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #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 // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3504554433 #define SIGNATURE_HASH 3393323259
#define TS_SIGNATURE "rusEFI default.2024.04.09.XXX.3504554433" #define TS_SIGNATURE "rusEFI default.2024.04.10.XXX.3393323259"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.04.09.XXX.3504554433" signature = "rusEFI default.2024.04.10.XXX.3393323259"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.04.09.XXX.3504554433" ; signature is expected to be 7 or more characters. signature= "rusEFI default.2024.04.10.XXX.3393323259" ; 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 ; 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 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" #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 ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Apr 09 17:15:57 UTC 2024 ; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Apr 10 17:15:36 UTC 2024
pageSize = 22400 pageSize = 22400
page = 1 page = 1
@ -3204,6 +3204,8 @@ globalSparkCounter = scalar, U32, 1168, "", 1, 0
fuelingLoad = scalar, F32, 1172, "", 1, 0 fuelingLoad = scalar, F32, 1172, "", 1, 0
ignitionLoad = scalar, F32, 1176, "", 1, 0 ignitionLoad = scalar, F32, 1176, "", 1, 0
veTableYAxis = scalar, U16, 1180, "%", 0.01, 0 veTableYAxis = scalar, U16, 1180, "%", 0.01, 0
overDwellCounter = scalar, U08, 1182, "", 1, 0
overDwellNotScheduledCounter = scalar, U08, 1183, "", 1, 0
; total TS size = 1184 ; total TS size = 1184
tpsFrom = scalar, F32, 1184 tpsFrom = scalar, F32, 1184
tpsTo = scalar, F32, 1188 tpsTo = scalar, F32, 1188
@ -5580,6 +5582,8 @@ entry = globalSparkCounter, "Ign: Spark counter", int, "%d"
entry = fuelingLoad, "Fuel: Load", float, "%.3f" entry = fuelingLoad, "Fuel: Load", float, "%.3f"
entry = ignitionLoad, "Ignition: load", float, "%.3f" entry = ignitionLoad, "Ignition: load", float, "%.3f"
entry = veTableYAxis, "veTableYAxis", float, "%.3f" entry = veTableYAxis, "veTableYAxis", float, "%.3f"
entry = overDwellCounter, "overDwellCounter", int, "%d"
entry = overDwellNotScheduledCounter, "overDwellNotScheduledCounter", int, "%d"
entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f" entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f"
entry = tpsTo, "Fuel: TPS AE to", float, "%.3f" entry = tpsTo, "Fuel: TPS AE to", float, "%.3f"
entry = deltaTps, "Fuel: TPS AE change", float, "%.3f" entry = deltaTps, "Fuel: TPS AE change", float, "%.3f"
@ -6568,6 +6572,9 @@ dialog = engine_stateDialog, "engine_state"
graphLine = fuelingLoad graphLine = fuelingLoad
graphLine = ignitionLoad graphLine = ignitionLoad
graphLine = veTableYAxis graphLine = veTableYAxis
graphLine = overDwellCounter
liveGraph = engine_state_8_Graph, "Graph", South
graphLine = overDwellNotScheduledCounter
indicatorPanel = tps_accel_stateIndicatorPanel, 2 indicatorPanel = tps_accel_stateIndicatorPanel, 2
indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes" indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes"