trying to save build. it's a useful PR overall but :(
This commit is contained in:
parent
9201761358
commit
9f191f0dd8
|
@ -1596,6 +1596,7 @@
|
||||||
#define PROTOCOL_WA_CHANNEL_3 "input3"
|
#define PROTOCOL_WA_CHANNEL_3 "input3"
|
||||||
#define PROTOCOL_WA_CHANNEL_4 "input4"
|
#define PROTOCOL_WA_CHANNEL_4 "input4"
|
||||||
#define RPM_1_BYTE_PACKING_MULT 50
|
#define RPM_1_BYTE_PACKING_MULT 50
|
||||||
|
#define RPM_2_BYTE_PACKING_MULT 1
|
||||||
#define rpmHardLimit_offset 416
|
#define rpmHardLimit_offset 416
|
||||||
#define rpmHardLimit_offset_hex 1a0
|
#define rpmHardLimit_offset_hex 1a0
|
||||||
#define runningLedPin_offset 1813
|
#define runningLedPin_offset 1813
|
||||||
|
|
|
@ -1596,6 +1596,7 @@
|
||||||
#define PROTOCOL_WA_CHANNEL_3 "input3"
|
#define PROTOCOL_WA_CHANNEL_3 "input3"
|
||||||
#define PROTOCOL_WA_CHANNEL_4 "input4"
|
#define PROTOCOL_WA_CHANNEL_4 "input4"
|
||||||
#define RPM_1_BYTE_PACKING_MULT 50
|
#define RPM_1_BYTE_PACKING_MULT 50
|
||||||
|
#define RPM_2_BYTE_PACKING_MULT 1
|
||||||
#define rpmHardLimit_offset 416
|
#define rpmHardLimit_offset 416
|
||||||
#define rpmHardLimit_offset_hex 1a0
|
#define rpmHardLimit_offset_hex 1a0
|
||||||
#define runningLedPin_offset 1813
|
#define runningLedPin_offset 1813
|
||||||
|
|
|
@ -128,6 +128,8 @@ struct_no_prefix engine_configuration_s
|
||||||
#define RPM_1_BYTE_PACKING_MULT 50
|
#define RPM_1_BYTE_PACKING_MULT 50
|
||||||
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
#define VOLTAGE_1_BYTE_PACKING_DIV 0.02
|
||||||
|
|
||||||
|
#define RPM_2_BYTE_PACKING_MULT 1
|
||||||
|
|
||||||
#define MAGIC_30_PACKING_MULT 30
|
#define MAGIC_30_PACKING_MULT 30
|
||||||
#define MAGIC_300_PACKING_MULT 300
|
#define MAGIC_300_PACKING_MULT 300
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 11:59:51 EST 2019
|
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 14:32:57 EST 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1282,7 +1282,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / 1, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -196,7 +196,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / @@RPM_2_BYTE_PACKING_MULT@@, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 11:59:57 EST 2019
|
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 14:33:03 EST 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1282,7 +1282,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / 1, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Dec 21 12:00:03 EST 2019
|
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Dec 21 14:33:09 EST 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1282,7 +1282,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / 1, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 11:59:54 EST 2019
|
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 14:33:00 EST 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1282,7 +1282,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / 1, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 12:00:00 EST 2019
|
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 14:33:06 EST 2019
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1282,7 +1282,7 @@ fileVersion = { 20190701 }
|
||||||
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
ind_isWarnNow =bits, U32, 0, [25:25], "true", "false";
|
||||||
|
|
||||||
; RPM, vss
|
; RPM, vss
|
||||||
RPMValue = scalar, U16, 4, "RPM", 0.25, 0.00000
|
RPMValue = scalar, U16, 4, "RPM", 1 / 1, 0.00000
|
||||||
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
rpmAcceleration = scalar, S16, 6, "dRpm", 0.01, 0
|
||||||
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
speedToRpmRatio = scalar, S16, 8, "value", 0.01, 0
|
||||||
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
vehicleSpeedKph = scalar, U16, 10, "kph", 0.01, 0.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package com.rusefi.config.generated;
|
package com.rusefi.config.generated;
|
||||||
|
|
||||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 13:27:26 EST 2019
|
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Dec 21 14:32:57 EST 2019
|
||||||
|
|
||||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||||
import com.rusefi.config.*;
|
import com.rusefi.config.*;
|
||||||
|
@ -1063,6 +1063,7 @@ public class Fields {
|
||||||
public static final String PROTOCOL_WA_CHANNEL_3 = "input3";
|
public static final String PROTOCOL_WA_CHANNEL_3 = "input3";
|
||||||
public static final String PROTOCOL_WA_CHANNEL_4 = "input4";
|
public static final String PROTOCOL_WA_CHANNEL_4 = "input4";
|
||||||
public static final int RPM_1_BYTE_PACKING_MULT = 50;
|
public static final int RPM_1_BYTE_PACKING_MULT = 50;
|
||||||
|
public static final int RPM_2_BYTE_PACKING_MULT = 1;
|
||||||
public static final int rpmHardLimit_offset = 416;
|
public static final int rpmHardLimit_offset = 416;
|
||||||
public static final int runningLedPin_offset = 1813;
|
public static final int runningLedPin_offset = 1813;
|
||||||
public static final int runningLedPin_offset_hex = 715;
|
public static final int runningLedPin_offset_hex = 715;
|
||||||
|
|
|
@ -22,7 +22,7 @@ public enum Sensor {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// RPM, vss
|
// RPM, vss
|
||||||
RPM("RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 4, 0.25, BackgroundColor.RED, 0, 8000, "/min"),
|
RPM("RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 4, 1 / RPM_2_BYTE_PACKING_MULT, BackgroundColor.RED, 0, 8000, "/min"),
|
||||||
SPEED2RPM("SpeedToRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 6, 0.01, BackgroundColor.MUD, 0, 5, "RPM/kph"),
|
SPEED2RPM("SpeedToRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 6, 0.01, BackgroundColor.MUD, 0, 5, "RPM/kph"),
|
||||||
VSS("VSS", SensorCategory.OPERATIONS, FieldType.UINT8, 8, 0.01, BackgroundColor.BLUE, 0, 150, "kph"),
|
VSS("VSS", SensorCategory.OPERATIONS, FieldType.UINT8, 8, 0.01, BackgroundColor.BLUE, 0, 150, "kph"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue