Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2025-01-04 21:16:02 +00:00
parent 84c93b0133
commit 1aacae2e6f
7 changed files with 17 additions and 9 deletions

View File

@ -28,6 +28,7 @@ entry = dfcoActive, "dfcoActive", int, "%d"
entry = sd_active_wr, "SD card writing", int, "%d"
entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -28,6 +28,7 @@ dfcoActive = bits, U32, 0, [26:26]
sd_active_wr = bits, U32, 0, [27:27]
sd_active_rd = bits, U32, 0, [28:28]
isMapValid = bits, U32, 0, [29:29]
triggerPageRefreshFlag = bits, U32, 0, [30:30]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0

View File

@ -1338,7 +1338,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 918809363
#define SIGNATURE_HASH 4289204881
#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"
@ -1807,7 +1807,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.2025.01.03.paralela.918809363"
#define TS_SIGNATURE "rusEFI master.2025.01.04.paralela.4289204881"
#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 918809363
#define TS_SIGNATURE "rusEFI master.2025.01.03.paralela.918809363"
#define SIGNATURE_HASH 4289204881
#define TS_SIGNATURE "rusEFI master.2025.01.04.paralela.4289204881"

View File

@ -149,10 +149,10 @@ struct output_channels_s {
bool isMapValid : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_30_30 : 1 {};
bool triggerPageRefreshFlag : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_30_31 : 1 {};
bool unusedBit_31_31 : 1 {};
/**
* @@GAUGE_NAME_RPM@@
* units: RPM

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.01.03.paralela.918809363"
signature = "rusEFI master.2025.01.04.paralela.4289204881"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.01.03.paralela.918809363" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2025.01.04.paralela.4289204881" ; 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
@ -2691,6 +2691,7 @@ dfcoActive = bits, U32, 0, [26:26]
sd_active_wr = bits, U32, 0, [27:27]
sd_active_rd = bits, U32, 0, [28:28]
isMapValid = bits, U32, 0, [29:29]
triggerPageRefreshFlag = bits, U32, 0, [30:30]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5364,6 +5365,7 @@ entry = dfcoActive, "dfcoActive", int, "%d"
entry = sd_active_wr, "SD card writing", int, "%d"
entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
@ -10237,3 +10239,7 @@ dialog = tcuControls, "Transmission Settings"
#else
addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl
#endif
[EventTriggers]
triggeredPageRefresh = 1, { triggerPageRefreshFlag }

View File

@ -1,4 +1,4 @@
! Generated by gen_signature.sh
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
! gen_signature.sh Using env variable branch [master]
#define TS_SIGNATURE "rusEFI master.2025.01.03.paralela.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI master.2025.01.04.paralela.@@SIGNATURE_HASH@@"