parent
7321a37e11
commit
b238eae58c
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jun 25 15:11:59 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jun 27 11:57:23 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -1054,7 +1054,6 @@ struct engine_configuration_s {
|
|||
*/
|
||||
timing_mode_e timingMode;
|
||||
/**
|
||||
* set can_mode X
|
||||
* offset 467
|
||||
*/
|
||||
can_nbc_e canNbcType;
|
||||
|
@ -5680,4 +5679,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 24900);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jun 25 15:11:59 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jun 27 11:57:23 UTC 2024
|
||||
|
|
|
@ -1286,7 +1286,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3473209163
|
||||
#define SIGNATURE_HASH 921004212
|
||||
#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"
|
||||
|
@ -1591,6 +1591,7 @@
|
|||
#define ts_show_bank2_cam2 true
|
||||
#define ts_show_cam2 true
|
||||
#define ts_show_can2 false
|
||||
#define ts_show_can_bitrate true
|
||||
#define ts_show_can_pins true
|
||||
#define ts_show_check_engine true
|
||||
#define ts_show_clt_iat_pullup true
|
||||
|
@ -1613,6 +1614,7 @@
|
|||
#define ts_show_cylinder_9 true
|
||||
#define ts_show_cylinder_bank true
|
||||
#define ts_show_debug_mode false
|
||||
#define ts_show_ego2 true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_pins false
|
||||
|
@ -1673,6 +1675,7 @@
|
|||
#define ts_show_tps_sent false
|
||||
#define ts_show_trigger_comparator false
|
||||
#define ts_show_tunerstudio_port true
|
||||
#define ts_show_uegoSerial true
|
||||
#define ts_show_vbatt true
|
||||
#define ts_show_vehicle_speed_sensor true
|
||||
#define ts_show_vehicle_weight false
|
||||
|
@ -1680,7 +1683,9 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.26.paralela.3473209163"
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.27.paralela.921004212"
|
||||
#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 3473209163
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.26.paralela.3473209163"
|
||||
#define SIGNATURE_HASH 921004212
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.27.paralela.921004212"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.06.26.paralela.3473209163"
|
||||
signature = "rusEFI master.2024.06.27.paralela.921004212"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.06.26.paralela.3473209163" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.06.27.paralela.921004212" ; 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
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","INVALID","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","TPS2 (C4)","PPS (C5)"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jun 26 21:49:14 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jun 27 11:57:23 UTC 2024
|
||||
|
||||
pageSize = 24900
|
||||
page = 1
|
||||
|
@ -1771,7 +1771,6 @@ alternatorVoltageTargetRpmBins = array, U16, 24892, [4], "RPM", 1, 0, 0, 18000,
|
|||
maxIdleVss = "Above this speed, disable closed loop idle control. Set to 0 to disable (allow closed loop idle at any speed)."
|
||||
minOilPressureAfterStart = "Expected oil pressure after starting the engine. If oil pressure does not reach this level within 5 seconds of engine start, fuel will be cut. Set to 0 to disable and always allow starting."
|
||||
timingMode = "Dynamic uses the timing map to decide the ignition timing\nStatic timing fixes the timing to the value set below (only use for checking static timing with a timing light)."
|
||||
canNbcType = "set can_mode X"
|
||||
fixedModeTiming = "This value is the ignition timing used when in 'fixed timing' mode, i.e. constant timing\nThis mode is useful when adjusting distributor location."
|
||||
globalTriggerAngleOffset = "Angle between Top Dead Center (TDC) and the first trigger event.\nPositive value in case of synchronization point before TDC and negative in case of synchronization point after TDC\n.Knowing this angle allows us to control timing and other angles in reference to TDC.\nHOWTO:\n1: Switch to fixed timing mode on 'ignition setting' dialog\n2: use an actual timing light to calibrate\n3: add/subtract until timing light confirms desired fixed timing value!'"
|
||||
analogInputDividerCoefficient = "Ratio/coefficient of input voltage dividers on your PCB. For example, use '2' if your board divides 5v into 2.5v. Use '1.66' if your board divides 5v into 3v."
|
||||
|
@ -8139,7 +8138,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|||
field = "Wideband CAN bus", widebandOnSecondBus
|
||||
field = "Force O2 sensor heating", forceO2Heating
|
||||
|
||||
dialog = uegoSerial, "Innovale LC-2 serial"
|
||||
dialog = uegoSerial, "Innovate LC-2 serial"
|
||||
field = "Enable Innovate LC-2 Serial", enableInnovateLC2, { auxSerialRxPin && auxSerialTxPin }
|
||||
|
||||
dialog = egoSettings, "", yAxis
|
||||
|
|
Loading…
Reference in New Issue