only:magic constant
This commit is contained in:
parent
3eb9d71cd0
commit
fdb58b71c7
|
@ -205,7 +205,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
|||
int16_t autoscale vvtPositionB2I;@@GAUGE_NAME_VVT_B2I@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 1
|
||||
int16_t autoscale vvtPositionB2E;@@GAUGE_NAME_VVT_B2E@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 1
|
||||
|
||||
int16_t[2 iterate] autoscale fuelPidCorrection;Fuel: Trim bank;"%",{1/@@PACK_MULT_PERCENT@@}, 0, -20, 20, 2
|
||||
int16_t[STFT_BANK_COUNT iterate] autoscale fuelPidCorrection;Fuel: Trim bank;"%",{1/@@PACK_MULT_PERCENT@@}, 0, -20, 20, 2
|
||||
|
||||
int16_t autoscale rawTps1Secondary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
|
||||
int16_t autoscale rawTps2Primary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
|
||||
|
|
|
@ -216,7 +216,6 @@ struct_no_prefix engine_configuration_s
|
|||
#define FUEL_LEVEL_TABLE_COUNT 8
|
||||
|
||||
#define STFT_CELL_COUNT 4
|
||||
#define STFT_BANK_COUNT 2
|
||||
|
||||
#define CAN_DEFAULT_BASE 0x200
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#define PACK_MULT_FUEL_FLOW 200
|
||||
#define PACK_MULT_VSS 100
|
||||
|
||||
#define STFT_BANK_COUNT 2
|
||||
|
||||
#define TCU_GEAR_COUNT 10
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue