throttle2Position progress
This commit is contained in:
parent
b866b57d23
commit
7e07d18afe
|
@ -178,6 +178,9 @@ typedef struct {
|
|||
|
||||
// EGT
|
||||
egt_values_s egtValues; // 204
|
||||
scaled_percent throttle2Position; // 220
|
||||
|
||||
uint8_t unusedAtTheEnd[18]; // we have some unused bytes to allow compatible TS changes
|
||||
|
||||
// Temporary - will remove soon
|
||||
TsDebugChannels* getDebugChannels() {
|
||||
|
|
|
@ -68,7 +68,7 @@ struct_no_prefix engine_configuration_s
|
|||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
|
||||
! this is here so that rusEfi console can access it, too
|
||||
#define TS_OUTPUT_SIZE 220
|
||||
#define TS_OUTPUT_SIZE 240
|
||||
|
||||
#define MAP_ANGLE_SIZE 8
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
|
|
|
@ -332,6 +332,8 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
|||
egt6 = scalar, S16, 214, "deg C", 1, 0
|
||||
egt7 = scalar, S16, 216, "deg C", 1, 0
|
||||
egt8 = scalar, S16, 218, "deg C", 1, 0
|
||||
;
|
||||
TPS2Value = scalar, S16, 220, "%",{1/@@PACK_MULT_PERCENT@@}, 0
|
||||
|
||||
|
||||
;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:33 EST 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1350,7 +1350,7 @@ public class Fields {
|
|||
public static final int triggerSimulatorPins2_offset = 737;
|
||||
public static final int triggerSimulatorPins3_offset = 738;
|
||||
public static final int TS_FILE_VERSION = 20191221;
|
||||
public static final int TS_OUTPUT_SIZE = 220;
|
||||
public static final int TS_OUTPUT_SIZE = 240;
|
||||
public static final String TS_SIGNATURE = "rusEFI v1.08";
|
||||
public static final int tunerStudioSerialSpeed_offset = 728;
|
||||
public static final int twoWireBatchIgnition_offset = 1476;
|
||||
|
|
Loading…
Reference in New Issue