Fresh generated - auto
This commit is contained in:
parent
105460dada
commit
aa2903caec
|
@ -876,11 +876,9 @@
|
|||
#define lcdThreadPeriodMs_offset 720
|
||||
#define LDS_ALTERNATOR_PID_STATE_INDEX 9
|
||||
#define LDS_CJ125_PID_STATE_INDEX 10
|
||||
#define LDS_CLT_STATE_INDEX 0
|
||||
#define LDS_ENGINE_STATE_INDEX 3
|
||||
#define LDS_ETB_PID_STATE_INDEX 7
|
||||
#define LDS_FUEL_TRIM_STATE_INDEX 4
|
||||
#define LDS_IAT_STATE_INDEX 1
|
||||
#define LDS_IDLE_PID_STATE_INDEX 8
|
||||
#define LDS_SPEED_DENSITY_STATE_INDEX 2
|
||||
#define LDS_TPS_TPS_ENEICHMENT_STATE_INDEX 5
|
||||
|
|
|
@ -876,11 +876,9 @@
|
|||
#define lcdThreadPeriodMs_offset 720
|
||||
#define LDS_ALTERNATOR_PID_STATE_INDEX 9
|
||||
#define LDS_CJ125_PID_STATE_INDEX 10
|
||||
#define LDS_CLT_STATE_INDEX 0
|
||||
#define LDS_ENGINE_STATE_INDEX 3
|
||||
#define LDS_ETB_PID_STATE_INDEX 7
|
||||
#define LDS_FUEL_TRIM_STATE_INDEX 4
|
||||
#define LDS_IAT_STATE_INDEX 1
|
||||
#define LDS_IDLE_PID_STATE_INDEX 8
|
||||
#define LDS_SPEED_DENSITY_STATE_INDEX 2
|
||||
#define LDS_TPS_TPS_ENEICHMENT_STATE_INDEX 5
|
||||
|
|
|
@ -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 Wed May 27 23:26:48 EDT 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Thu May 28 17:58:11 EDT 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -870,11 +870,9 @@ public class Fields {
|
|||
public static final int lcdThreadPeriodMs_offset = 720;
|
||||
public static final int LDS_ALTERNATOR_PID_STATE_INDEX = 9;
|
||||
public static final int LDS_CJ125_PID_STATE_INDEX = 10;
|
||||
public static final int LDS_CLT_STATE_INDEX = 0;
|
||||
public static final int LDS_ENGINE_STATE_INDEX = 3;
|
||||
public static final int LDS_ETB_PID_STATE_INDEX = 7;
|
||||
public static final int LDS_FUEL_TRIM_STATE_INDEX = 4;
|
||||
public static final int LDS_IAT_STATE_INDEX = 1;
|
||||
public static final int LDS_IDLE_PID_STATE_INDEX = 8;
|
||||
public static final int LDS_SPEED_DENSITY_STATE_INDEX = 2;
|
||||
public static final int LDS_TPS_TPS_ENEICHMENT_STATE_INDEX = 5;
|
||||
|
|
|
@ -3,18 +3,4 @@ package com.rusefi.ldmp.generated;
|
|||
import com.rusefi.ldmp.*;
|
||||
|
||||
public class ThermistorsMeta {
|
||||
public static final Request[] CONTENT = new Request[]{
|
||||
new TextRequest("Analog_MCU_reads"),
|
||||
new FieldRequest("", "voltageMCU"),
|
||||
new TextRequest("from_pin"),
|
||||
new ConfigRequest("adcChannel"),
|
||||
new TextRequest("EOL"),
|
||||
new TextRequest("Analog_ECU_reads"),
|
||||
new FieldRequest("", "voltageBoard"),
|
||||
new TextRequest("Rdivider"),
|
||||
new ConfigRequest("analogInputDividerCoefficient"),
|
||||
new TextRequest("EOL"),
|
||||
new TextRequest("Measured_resistance"),
|
||||
new FieldRequest("", "resistance"),
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue