GHA Automation
This commit is contained in:
parent
419a625f3a
commit
c065d5f21a
File diff suppressed because it is too large
Load Diff
|
@ -308,7 +308,7 @@
|
|||
#define ego_sensor_e_ES_Innovate_MTX_L 1
|
||||
#define ego_sensor_e_ES_PLX 4
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
#define engine_configuration_s_size 4556
|
||||
#define engine_configuration_s_size 4580
|
||||
#define engine_load_mode_e_auto_enum 0="LM_SPEED_DENSITY",2="LM_ALPHA_N",3="LM_LUA",100="LM_MOCK",1="LM_REAL_MAF"
|
||||
#define engine_load_mode_e_enum "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
|
||||
#define engine_load_mode_e_LM_ALPHA_N 2
|
||||
|
@ -515,8 +515,10 @@
|
|||
#define GAUGE_NAME_FUEL_FLOW "Fuel: Flow rate"
|
||||
#define GAUGE_NAME_FUEL_IAT_CORR "Fuel: IAT correction"
|
||||
#define GAUGE_NAME_FUEL_INJ_DUTY "Fuel: injector duty cycle"
|
||||
#define GAUGE_NAME_FUEL_INJ_DUTY_STAGE_2 "Fuel: injector duty cycle stage 2"
|
||||
#define GAUGE_NAME_FUEL_INJECTION_TIMING "Fuel: Injection timing SOI"
|
||||
#define GAUGE_NAME_FUEL_LAST_INJECTION "Fuel: Last inj pulse width"
|
||||
#define GAUGE_NAME_FUEL_LAST_INJECTION_STAGE_2 "Fuel: Last inj pulse width stg 2"
|
||||
#define GAUGE_NAME_FUEL_LEVEL "Fuel level"
|
||||
#define GAUGE_NAME_FUEL_LOAD "Fuel: Load"
|
||||
#define GAUGE_NAME_FUEL_PRESSURE_HIGH "Fuel pressure (high)"
|
||||
|
@ -981,6 +983,7 @@
|
|||
#define INDICATOR_NAME_BRAKE_DOWN "Brake switch"
|
||||
#define INDICATOR_NAME_CLUTCH_DOWN "Clutch: down"
|
||||
#define INDICATOR_NAME_CLUTCH_UP "Clutch: up"
|
||||
#define INJ_STAGING_COUNT 6
|
||||
#define injection_mode_e_auto_enum 0="IM_SIMULTANEOUS",2="IM_BATCH",1="IM_SEQUENTIAL",3="IM_SINGLE_POINT"
|
||||
#define injection_mode_e_IM_BATCH 2
|
||||
#define injection_mode_e_IM_SEQUENTIAL 1
|
||||
|
@ -1072,7 +1075,7 @@
|
|||
#define PACK_PERCENT_BYTE_MULT 100.0
|
||||
#define PEDAL_TO_TPS_SIZE 8
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 22088
|
||||
#define persistent_config_s_size 22108
|
||||
#define pid_s_size 20
|
||||
#define pin_input_mode_e_auto_enum 0="PI_DEFAULT",2="PI_PULLDOWN",1="PI_PULLUP"
|
||||
#define pin_input_mode_e_enum "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
|
@ -1099,6 +1102,7 @@
|
|||
#define PROTOCOL_HIP_NAME "HIP"
|
||||
#define PROTOCOL_HPFP_NAME "hpfp"
|
||||
#define PROTOCOL_INJ1_SHORT_NAME "i1"
|
||||
#define PROTOCOL_INJ1_STAGE2_SHORT_NAME "j1"
|
||||
#define PROTOCOL_MSG "msg"
|
||||
#define PROTOCOL_OUTPIN "outpin"
|
||||
#define PROTOCOL_SIGNATURE_PREFIX "rusEFI "
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4065093505
|
||||
#define SIGNATURE_HASH 1405088747
|
||||
#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"
|
||||
|
@ -1201,7 +1205,7 @@
|
|||
#define TOOTH_PACKET_SIZE 2
|
||||
#define TOP_DEAD_CENTER_MESSAGE "r"
|
||||
#define TORQUE_CURVE_SIZE 6
|
||||
#define TOTAL_CONFIG_SIZE 22088
|
||||
#define TOTAL_CONFIG_SIZE 22108
|
||||
#define TPS_2_BYTE_PACKING_MULT 100
|
||||
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
|
||||
#define TPS_TPS_ACCEL_TABLE 8
|
||||
|
@ -1468,14 +1472,14 @@
|
|||
#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.07.paralela.4065093505"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.01.08.paralela.1405088747"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
#define TS_TEST_COMMAND_char t
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1452
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1456
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4065093505
|
||||
#define TS_SIGNATURE "rusEFI default.2024.01.07.paralela.4065093505"
|
||||
#define SIGNATURE_HASH 1405088747
|
||||
#define TS_SIGNATURE "rusEFI default.2024.01.08.paralela.1405088747"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue