mirror of https://github.com/rusefi/fw-example.git
parent
15f4266591
commit
2ed73b7431
File diff suppressed because it is too large
Load Diff
|
@ -245,6 +245,7 @@
|
|||
#define CRANKING_ADVANCE_CURVE_SIZE 4
|
||||
#define CRANKING_CLT_IDLE_CURVE_SIZE 8
|
||||
#define CRANKING_CURVE_SIZE 8
|
||||
#define CRANKING_CYCLE_CLT_SIZE 4
|
||||
#define CRANKING_ENRICH_COUNT 6
|
||||
#define cranking_parameters_s_size 8
|
||||
#define CRITICAL_BUFFER_SIZE 120
|
||||
|
@ -327,7 +328,7 @@
|
|||
#define ego_sensor_e_ES_PLX 4
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
#define END_OF_CALIBRATION_PADDING 198
|
||||
#define engine_configuration_s_size 4220
|
||||
#define engine_configuration_s_size 4208
|
||||
#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
|
||||
|
@ -1190,7 +1191,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 22656
|
||||
#define persistent_config_s_size 22748
|
||||
#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"
|
||||
|
@ -1271,7 +1272,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2946290295
|
||||
#define SIGNATURE_HASH 394576763
|
||||
#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"
|
||||
|
@ -1328,7 +1329,7 @@
|
|||
#define TOOTH_PACKET_SIZE 2
|
||||
#define TOP_DEAD_CENTER_MESSAGE "r"
|
||||
#define TORQUE_CURVE_SIZE 6
|
||||
#define TOTAL_CONFIG_SIZE 22656
|
||||
#define TOTAL_CONFIG_SIZE 22748
|
||||
#define TPS_2_BYTE_PACKING_MULT 100
|
||||
#define TPS_PPS_TOO_HIGH_THRESHOLD 110
|
||||
#define TPS_PPS_TOO_LOW_THRESHOLD -10
|
||||
|
@ -1560,7 +1561,6 @@
|
|||
#define TS_READ_COMMAND 'R'
|
||||
#define TS_READ_COMMAND_char R
|
||||
#define TS_RESPONSE_BURN_OK 4
|
||||
#define TS_RESPONSE_COMMAND_OK 7
|
||||
#define TS_RESPONSE_CRC_FAILURE 0x82
|
||||
#define TS_RESPONSE_FRAMING_ERROR 0x8D
|
||||
#define TS_RESPONSE_OK 0
|
||||
|
@ -1662,7 +1662,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.06.05.XYZ.2946290295"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.06.06.XYZ.394576763"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2946290295
|
||||
#define TS_SIGNATURE "rusEFI main.2024.06.05.XYZ.2946290295"
|
||||
#define SIGNATURE_HASH 394576763
|
||||
#define TS_SIGNATURE "rusEFI main.2024.06.06.XYZ.394576763"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue