currentEngineDecodedPhase as trigger central field
This commit is contained in:
parent
0a9c1d7581
commit
6a5e3bc078
|
@ -94,6 +94,7 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 5, 0
|
|||
uint16_t autoscale iatCorrection;@@GAUGE_NAME_FUEL_IAT_CORR@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||
uint16_t autoscale cltCorrection;@@GAUGE_NAME_FUEL_CLT_CORR@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||
uint16_t autoscale baroCorrection;@@GAUGE_NAME_FUEL_BARO_CORR@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||
! todo: migrate to currentEngineDecodedPhase
|
||||
uint16_t autoscale currentEnginePhase;Engine Phase;"deg",1, 0, 0, 0, 0
|
||||
! Wall model AE
|
||||
uint16_t autoscale wallFuelAmount;@@GAUGE_NAME_FUEL_WALL_AMOUNT@@;"mg",{1/@@PACK_MULT_FUEL_MASS@@}, 0, 0, 0, 0
|
||||
|
|
|
@ -11,5 +11,7 @@ int vvtCamCounter
|
|||
uint8_t mapVvt_MAP_AT_CYCLE_COUNT;;"", 1, 0, -10000, 10000, 3
|
||||
uint8_t mapVvt_map_peak;;"", 1, 0, -10000, 10000, 3
|
||||
|
||||
uint16_t autoscale currentEngineDecodedPhase;Engine Phase2;"deg",1, 0, 0, 0, 0
|
||||
|
||||
end_struct
|
||||
|
||||
|
|
Loading…
Reference in New Issue