Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-09-17 17:18:15 +00:00
parent c6815e244f
commit 12a3dd6fd9
4 changed files with 15 additions and 15 deletions

View File

@ -1307,7 +1307,7 @@
#define show_Proteus_presets false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 804556845
#define SIGNATURE_HASH 2887286927
#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"
@ -1757,7 +1757,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.09.16.core8.804556845"
#define TS_SIGNATURE "rusEFI main.2024.09.17.core8.2887286927"
#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 804556845
#define TS_SIGNATURE "rusEFI main.2024.09.16.core8.804556845"
#define SIGNATURE_HASH 2887286927
#define TS_SIGNATURE "rusEFI main.2024.09.17.core8.2887286927"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.09.16.core8.804556845"
signature = "rusEFI main.2024.09.17.core8.2887286927"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.09.16.core8.804556845" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.09.17.core8.2887286927" ; 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
@ -3281,10 +3281,10 @@ hwEventCounters4 = scalar, U32, 1280, "", 1, 0
hwEventCounters5 = scalar, U32, 1284, "", 1, 0
hwEventCounters6 = scalar, U32, 1288, "", 1, 0
vvtCamCounter = scalar, U32, 1292, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1304, "", 1, 0
mapVvt_map_peak = scalar, U08, 1305, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "kPa", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "kPa", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1304, "distance", 1, 0
mapVvt_sync_counter = scalar, U08, 1305, "counter", 1, 0
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0
@ -5795,10 +5795,10 @@ entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "Sync: total cams front counter", int, "%d"
entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3f"
entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_SPECIAL_POINT, "InstantMAP at readout angle", float, "%.3f"
entry = mapVvt_MAP_AT_DIFF, "InstantMAP delta @ readout angles", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = mapVvt_sync_counter, "Instant MAP sync counter", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
@ -6844,7 +6844,7 @@ dialog = trigger_centralDialog, "trigger_central"
liveGraph = trigger_central_3_Graph, "Graph", South
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = mapVvt_sync_counter
graphLine = currentEngineDecodedPhase
liveGraph = trigger_central_4_Graph, "Graph", South
graphLine = triggerToothAngleError

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 [main]
#define TS_SIGNATURE "rusEFI main.2024.09.16.core8.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2024.09.17.core8.@@SIGNATURE_HASH@@"