mirror of https://github.com/FOME-Tech/fome-fw.git
useFSIO6ForRevLimiter
This commit is contained in:
parent
f11d7f1f78
commit
0c63e749cd
|
@ -897,7 +897,7 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:7], @@maf_sensor_type_e_enum@
|
|||
uint16_t tps2SecondaryMin;;"ADC", 1, 0, 0, 1000, 0
|
||||
uint16_t tps2SecondaryMax;;"ADC", 1, 0, 0, 1000, 0
|
||||
|
||||
bit unusedHereWeHave
|
||||
bit useFSIO6ForRevLimiter
|
||||
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
||||
bit isVerboseIAC;+Print details into rusEfi console
|
||||
bit isVerboseETB;+Prints ETB details to rusEFI console
|
||||
|
|
|
@ -2796,12 +2796,18 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "#1", fsioFormulas1
|
||||
field = "#2", fsioFormulas2
|
||||
field = "#3", fsioFormulas3
|
||||
|
||||
field = "use FSIO #4 for serious engine warning",useFSIO4ForSeriousEngineWarning
|
||||
field = "#4", fsioFormulas4
|
||||
|
||||
field = "use FSIO #5 for critical engine stop", useFSIO5ForCriticalIssueEngineStop
|
||||
field = "#5", fsioFormulas5
|
||||
|
||||
field = "use FSIO #6 for rev limiter", useFSIO6ForRevLimiter
|
||||
field = "#6", fsioFormulas6
|
||||
|
||||
field = "#7", fsioFormulas7
|
||||
|
||||
field = "use FSIO #8 for servo #1", useFSIO8ForServo1
|
||||
field = "#8", fsioFormulas8
|
||||
field = "use FSIO #9 for servo #2", useFSIO9ForServo2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Mon Jun 01 07:18:30 EDT 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Mon Jun 01 07:54:47 EDT 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1314,7 +1314,6 @@ public class Fields {
|
|||
public static final int unusedBit_34_31_offset = 76;
|
||||
public static final int unusedFlexFuelSensor_offset = 3100;
|
||||
public static final int unusedHere_offset = 761;
|
||||
public static final int unusedHereWeHave_offset = 1464;
|
||||
public static final int unusedOldBiquad_offset = 2332;
|
||||
public static final int unusedSomethingWasHere_offset = 2417;
|
||||
public static final int unusedSpiPadding4_offset = 2593;
|
||||
|
@ -1934,7 +1933,7 @@ public class Fields {
|
|||
public static final Field TCU_SOLENOID8 = Field.create("TCU_SOLENOID8", 1199, FieldType.INT8, output_pin_e);
|
||||
public static final Field TPS2SECONDARYMIN = Field.create("TPS2SECONDARYMIN", 1460, FieldType.INT16);
|
||||
public static final Field TPS2SECONDARYMAX = Field.create("TPS2SECONDARYMAX", 1462, FieldType.INT16);
|
||||
public static final Field UNUSEDHEREWEHAVE = Field.create("UNUSEDHEREWEHAVE", 1464, FieldType.BIT, 0);
|
||||
public static final Field USEFSIO6FORREVLIMITER = Field.create("USEFSIO6FORREVLIMITER", 1464, FieldType.BIT, 0);
|
||||
public static final Field FUELCLOSEDLOOPCORRECTIONENABLED = Field.create("FUELCLOSEDLOOPCORRECTIONENABLED", 1464, FieldType.BIT, 1);
|
||||
public static final Field ISVERBOSEIAC = Field.create("ISVERBOSEIAC", 1464, FieldType.BIT, 2);
|
||||
public static final Field ISVERBOSEETB = Field.create("ISVERBOSEETB", 1464, FieldType.BIT, 3);
|
||||
|
@ -2916,7 +2915,7 @@ public class Fields {
|
|||
TCU_SOLENOID8,
|
||||
TPS2SECONDARYMIN,
|
||||
TPS2SECONDARYMAX,
|
||||
UNUSEDHEREWEHAVE,
|
||||
USEFSIO6FORREVLIMITER,
|
||||
FUELCLOSEDLOOPCORRECTIONENABLED,
|
||||
ISVERBOSEIAC,
|
||||
ISVERBOSEETB,
|
||||
|
|
Loading…
Reference in New Issue