This commit is contained in:
parent
b20e996a9b
commit
a32761a07d
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Nov 09 13:37:49 EST 2017
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Nov 18 10:06:23 EST 2017
|
||||||
// begin
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1192,6 +1192,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
spi_device_e hip9011SpiDevice;
|
spi_device_e hip9011SpiDevice;
|
||||||
/**
|
/**
|
||||||
|
* set_global_fuel_correction X
|
||||||
* offset 568
|
* offset 568
|
||||||
*/
|
*/
|
||||||
float globalFuelCorrection;
|
float globalFuelCorrection;
|
||||||
|
@ -2195,4 +2196,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Nov 09 13:37:49 EST 2017
|
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Nov 18 10:06:23 EST 2017
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#define CLT_CURVE_SIZE 16
|
#define CLT_CURVE_SIZE 16
|
||||||
#define ENGINE_NOISE_CURVE_SIZE 8
|
#define ENGINE_NOISE_CURVE_SIZE 8
|
||||||
#define CLT_TIMING_CURVE_SIZE 8
|
#define CLT_TIMING_CURVE_SIZE 8
|
||||||
|
#define AUX_DIGITAL_VALVE_COUNT 2
|
||||||
#define IAT_CURVE_SIZE 16
|
#define IAT_CURVE_SIZE 16
|
||||||
#define VBAT_INJECTOR_CURVE_SIZE 8
|
#define VBAT_INJECTOR_CURVE_SIZE 8
|
||||||
#define DWELL_CURVE_SIZE 8
|
#define DWELL_CURVE_SIZE 8
|
||||||
|
|
|
@ -54,6 +54,8 @@ struct_no_prefix engine_configuration_s
|
||||||
#define ENGINE_NOISE_CURVE_SIZE 8
|
#define ENGINE_NOISE_CURVE_SIZE 8
|
||||||
#define CLT_TIMING_CURVE_SIZE 8
|
#define CLT_TIMING_CURVE_SIZE 8
|
||||||
|
|
||||||
|
#define AUX_DIGITAL_VALVE_COUNT 2
|
||||||
|
|
||||||
#define IAT_CURVE_SIZE 16
|
#define IAT_CURVE_SIZE 16
|
||||||
|
|
||||||
#define VBAT_INJECTOR_CURVE_SIZE 8
|
#define VBAT_INJECTOR_CURVE_SIZE 8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package com.rusefi.config;
|
package com.rusefi.config;
|
||||||
|
|
||||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Nov 09 13:37:49 EST 2017
|
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Nov 18 10:06:23 EST 2017
|
||||||
public class Fields {
|
public class Fields {
|
||||||
public static final int LE_COMMAND_LENGTH = 200;
|
public static final int LE_COMMAND_LENGTH = 200;
|
||||||
public static final int BLOCKING_FACTOR = 400;
|
public static final int BLOCKING_FACTOR = 400;
|
||||||
|
@ -14,6 +14,7 @@ public class Fields {
|
||||||
public static final int CLT_CURVE_SIZE = 16;
|
public static final int CLT_CURVE_SIZE = 16;
|
||||||
public static final int ENGINE_NOISE_CURVE_SIZE = 8;
|
public static final int ENGINE_NOISE_CURVE_SIZE = 8;
|
||||||
public static final int CLT_TIMING_CURVE_SIZE = 8;
|
public static final int CLT_TIMING_CURVE_SIZE = 8;
|
||||||
|
public static final int AUX_DIGITAL_VALVE_COUNT = 2;
|
||||||
public static final int IAT_CURVE_SIZE = 16;
|
public static final int IAT_CURVE_SIZE = 16;
|
||||||
public static final int VBAT_INJECTOR_CURVE_SIZE = 8;
|
public static final int VBAT_INJECTOR_CURVE_SIZE = 8;
|
||||||
public static final int DWELL_CURVE_SIZE = 8;
|
public static final int DWELL_CURVE_SIZE = 8;
|
||||||
|
|
Loading…
Reference in New Issue