only:magic constant

This commit is contained in:
Andrey 2024-06-05 11:14:36 -04:00
parent 3eb9d71cd0
commit fdb58b71c7
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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