output_channels: EGT in 0.25C units
This commit is contained in:
parent
82784a3b8b
commit
856b73f69e
|
@ -173,7 +173,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
|||
int16_t debugIntField4;;"val", 1, 0, 0, 0, 0
|
||||
int16_t debugIntField5;;"val", 1, 0, 0, 0, 0
|
||||
|
||||
uint16_t[EGT_CHANNEL_COUNT iterate] egt;EGT;"deg C", 1, 0, 0, 0, 0
|
||||
uint16_t[EGT_CHANNEL_COUNT iterate] autoscale egt;EGT;"deg C",{1/@@PACK_MULT_EGTEMPERATURE@@}, 0, 0, 0, 2
|
||||
|
||||
int16_t autoscale rawTps1Primary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
|
||||
int16_t autoscale rawPpsPrimary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#define PACK_MULT_HIGH_PRESSURE 10
|
||||
#define PACK_MULT_PERCENT 100
|
||||
#define PACK_MULT_FLEX 2
|
||||
#define PACK_MULT_EGTEMPERATURE 4
|
||||
#define PACK_MULT_TEMPERATURE 100
|
||||
#define PACK_ADD_TEMPERATURE 40
|
||||
#define PACK_MULT_MS 300
|
||||
|
|
Loading…
Reference in New Issue