GHA Automation

This commit is contained in:
GitHub git update Action 2024-01-05 17:17:35 +00:00
parent fd848ff50e
commit 2d1a07c394
3 changed files with 15 additions and 7 deletions

View File

@ -1151,7 +1151,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4099975782
#define SIGNATURE_HASH 4158129036
#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"
@ -1465,7 +1465,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI default.2024.01.04.XXX.4099975782"
#define TS_SIGNATURE "rusEFI default.2024.01.05.XXX.4158129036"
#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.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4099975782
#define TS_SIGNATURE "rusEFI default.2024.01.04.XXX.4099975782"
#define SIGNATURE_HASH 4158129036
#define TS_SIGNATURE "rusEFI default.2024.01.05.XXX.4158129036"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.01.04.XXX.4099975782"
signature = "rusEFI default.2024.01.05.XXX.4158129036"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.01.04.XXX.4099975782" ; signature is expected to be 7 or more characters.
signature= "rusEFI default.2024.01.05.XXX.4158129036" ; 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
@ -92,7 +92,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.jar based on (unknown script) integration/rusefi_config.txt Thu Jan 04 17:18:20 UTC 2024
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Jan 05 17:17:30 UTC 2024
pageSize = 22088
page = 1
@ -2963,6 +2963,7 @@ rpmTooLow = bits, U32, 1000, [6:6]
tpsTooLow = bits, U32, 1000, [7:7]
mapTooLow = bits, U32, 1000, [8:8]
isPlantValid = bits, U32, 1000, [9:9]
isBoostControlled = bits, U32, 1000, [10:10]
luaTargetAdd = scalar, S16, 1004, "v", 0.5,0
boostOutput = scalar, S16, 1006, "percent", 0.01,0
luaTargetMult = scalar, F32, 1008, "v", 1,0
@ -5194,6 +5195,7 @@ entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = isBoostControlled, "isBoostControlled", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -6137,6 +6139,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
indicator = {isBoostControlled}, "isBoostControlled No", "isBoostControlled Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel
@ -6895,6 +6898,9 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "Blend parameter", veBlends4_blendParameter
panel = veBlend4Bias
indicatorPanel = isBoostControlledPanel, 1
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
dialog = boostOpenBlend1Cfg, "Boost open loop blend 1 config"
field = "#The bias table controls how much of the blend table"
field = "#is mixed in to the open loop boost table. For example, a value of"
@ -6902,6 +6908,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "#in +5.0 added to the boost open loop %."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
panel = isBoostControlledPanel
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
panel = boostOpenLoopBlend1Bias
@ -6912,6 +6919,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "#in +5.0 added to the boost open loop %."
field = "#The X axis of the bias table is controlled by the selected blend"
field = "#parameter below."
panel = isBoostControlledPanel
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
panel = boostOpenLoopBlend2Bias