Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-05-05 16:41:48 +00:00
parent bba63ac958
commit f99328453f
4 changed files with 20 additions and 15 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed May 01 16:39:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun May 05 16:39:44 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -2495,6 +2495,7 @@ struct engine_configuration_s {
offset 1316 bit 14 */
bool twoWireBatchIgnition : 1 {};
/**
* Read MAP sensor on ECU start-up to use as baro value.
offset 1316 bit 15 */
bool useFixedBaroCorrFromMap : 1 {};
/**
@ -5282,17 +5283,17 @@ struct persistent_config_s {
* units: deg
* offset 19172
*/
scaled_channel<uint8_t, 4, 1> maxKnockRetardTable[6][6];
scaled_channel<uint8_t, 4, 1> maxKnockRetardTable[KNOCK_TABLE_SIZE][KNOCK_TABLE_SIZE];
/**
* units: %
* offset 19208
*/
uint8_t maxKnockRetardLoadBins[6];
uint8_t maxKnockRetardLoadBins[KNOCK_TABLE_SIZE];
/**
* units: RPM
* offset 19214
*/
scaled_channel<uint8_t, 1, 100> maxKnockRetardRpmBins[6];
scaled_channel<uint8_t, 1, 100> maxKnockRetardRpmBins[KNOCK_TABLE_SIZE];
/**
* units: deg
* offset 19220
@ -5619,4 +5620,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed May 01 16:39:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun May 05 16:39:44 UTC 2024

View File

@ -1088,6 +1088,7 @@
#define InjectorNonlinearMode_INJ_FordModel 2
#define InjectorNonlinearMode_INJ_None 0
#define InjectorNonlinearMode_INJ_PolynomialAdder 1
#define KNOCK_TABLE_SIZE 6
#define launchActivationMode_e_ALWAYS_ACTIVE_LAUNCH 2
#define launchActivationMode_e_auto_enum 0="SWITCH_INPUT_LAUNCH",2="ALWAYS_ACTIVE_LAUNCH",1="CLUTCH_INPUT_LAUNCH",3="STOP_INPUT_LAUNCH"
#define launchActivationMode_e_CLUTCH_INPUT_LAUNCH 1
@ -1256,7 +1257,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1090551892
#define SIGNATURE_HASH 698725768
#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"
@ -1587,6 +1588,7 @@
#define ts_show_fancy_options true
#define ts_show_firing_order true
#define ts_show_forced_induction true
#define ts_show_ford_toyota_tps_pps true
#define ts_show_fuel_pump true
#define ts_show_fuel_relay_pin true
#define ts_show_fuel_strategy true
@ -1625,6 +1627,7 @@
#define ts_show_spi2_pins true
#define ts_show_spi3_pins true
#define ts_show_starter_disable true
#define ts_show_startup_map_baro_grab true
#define ts_show_status_leds true
#define ts_show_sync_cam true
#define ts_show_tcu false
@ -1640,7 +1643,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 default.2024.05.04.XYZ.1090551892"
#define TS_SIGNATURE "rusEFI default.2024.05.05.XYZ.698725768"
#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 1090551892
#define TS_SIGNATURE "rusEFI default.2024.05.04.XYZ.1090551892"
#define SIGNATURE_HASH 698725768
#define TS_SIGNATURE "rusEFI default.2024.05.05.XYZ.698725768"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI default.2024.05.04.XYZ.1090551892"
signature = "rusEFI default.2024.05.05.XYZ.698725768"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI default.2024.05.04.XYZ.1090551892" ; signature is expected to be 7 or more characters.
signature= "rusEFI default.2024.05.05.XYZ.698725768" ; 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="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-all.jar based on (unknown script) integration/rusefi_config.txt Sat May 04 17:01:29 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun May 05 16:39:44 UTC 2024
pageSize = 22656
page = 1
@ -1998,6 +1998,7 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
verboseTriggerSynchDetails = "Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details"
isManualSpinningMode = "Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed"
twoWireBatchIgnition = "This is needed if your coils are individually wired (COP) and you wish to use batch ignition (Wasted Spark)."
useFixedBaroCorrFromMap = "Read MAP sensor on ECU start-up to use as baro value."
useSeparateAdvanceForCranking = "In Constant mode, timing is automatically tapered to running as RPM increases.\nIn Table mode, the "Cranking ignition advance" table is used directly."
useAdvanceCorrectionsForCranking = "This enables the various ignition corrections during cranking (IAT, CLT, FSIO and PID idle).\nYou probably don't need this."
flexCranking = "Enable a second cranking table to use for E100 flex fuel, interpolating between the two based on flex fuel sensor."
@ -7628,6 +7629,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
panel = tpsPpsLimits
panel = tpsNum1
panel = tpsNum2
field = "Ford/Toyota redundant TPS mode", useFordRedundantTps
dialog = pedalSensorLeft, "Accelerator pedal"
field = "Accelerator position sensor", throttlePedalPositionAdcChannel
@ -7639,6 +7641,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "Up voltage", throttlePedalSecondaryUpVoltage
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
field = "TPS/PPS Error Detection Threshold", etbSplit
field = "Ford/Toyota redundant PPS mode", useFordRedundantPps
panel = tpsPpsLimits
dialog = pedalGauges
@ -8665,7 +8668,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
dialog = analogInputSettings, "Analog Input Settings"
field = "!ECU reboot needed to apply these settings"
field = "ADC vRef voltage", adcVcc
field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap
field = "Grab baro value from MAP", useFixedBaroCorrFromMap
field = "Analog divider ratio", analogInputDividerCoefficient
@ -9484,9 +9487,7 @@ dialog = tcuControls, "Transmission Settings"
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
field = "Warning Message", warning_message
field = "Ford/Toyota redundant TPS mode", useFordRedundantTps
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
field = "Ford/Toyota redundant PPS mode", useFordRedundantPps
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}