why so many channels are hidden in debug ? #3614
This commit is contained in:
parent
1d3bd28fa5
commit
e03a0fce2f
|
@ -96,10 +96,10 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 0, 0
|
||||||
uint16_t autoscale wallFuelAmount;@@GAUGE_NAME_FUEL_WALL_CORRECTION@@;"mg",{1/@@PACK_MULT_FUEL_MASS@@}, 0, 0, 0, 0
|
uint16_t autoscale wallFuelAmount;@@GAUGE_NAME_FUEL_WALL_CORRECTION@@;"mg",{1/@@PACK_MULT_FUEL_MASS@@}, 0, 0, 0, 0
|
||||||
int16_t autoscale wallFuelCorrection;@@GAUGE_NAME_FUEL_WALL_AMOUNT@@;"mg",{1/@@PACK_MULT_FUEL_MASS@@}, 0, 0, 0, 0
|
int16_t autoscale wallFuelCorrection;@@GAUGE_NAME_FUEL_WALL_AMOUNT@@;"mg",{1/@@PACK_MULT_FUEL_MASS@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
uint16_t unused76;;"",1, 0, 0, 0, 0
|
uint16_t revolutionCounterSinceStart;;"",1, 0, 0, 0, 0
|
||||||
uint16_t autoscale deltaTps;@@GAUGE_NAME_FUEL_TPS_ROC@@;"ratio",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
uint16_t autoscale deltaTps;@@GAUGE_NAME_FUEL_TPS_ROC@@;"ratio",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
uint16_t unused80;;"",1, 0, 0, 0, 0
|
uint16_t canReadCounter;;"",1, 0, 0, 0, 0
|
||||||
uint16_t autoscale tpsAccelFuel;@@GAUGE_NAME_FUEL_TPS_EXTRA@@;"ms",{1/@@PACK_MULT_MS@@}, 0, 0, 0, 0
|
uint16_t autoscale tpsAccelFuel;@@GAUGE_NAME_FUEL_TPS_EXTRA@@;"ms",{1/@@PACK_MULT_MS@@}, 0, 0, 0, 0
|
||||||
! Ignition
|
! Ignition
|
||||||
uint16_t autoscale ignitionAdvance;@@GAUGE_NAME_TIMING_ADVANCE@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 0
|
uint16_t autoscale ignitionAdvance;@@GAUGE_NAME_TIMING_ADVANCE@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 0
|
||||||
|
@ -253,7 +253,23 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 0, 0
|
||||||
|
|
||||||
|
|
||||||
! we have some unused bytes to allow compatible TS changes
|
! we have some unused bytes to allow compatible TS changes
|
||||||
uint8_t[236 iterate] unusedAtTheEnd;;"",1, 0, 0, 0, 0
|
uint8_t[204 iterate] unusedAtTheEnd;;"",1, 0, 0, 0, 0
|
||||||
|
|
||||||
|
uint16_t canWriteOk;;"", 1, 0, -10000, 10000, 3
|
||||||
|
uint16_t canWriteNotOk;;"", 1, 0, -10000, 10000, 3
|
||||||
|
|
||||||
|
int triggerPrimaryFall;;"", 1, 0, -10000, 10000, 3
|
||||||
|
int triggerPrimaryRise;;"", 1, 0, -10000, 10000, 3
|
||||||
|
int triggerSecondaryFall;;"", 1, 0, -10000, 10000, 3
|
||||||
|
int triggerSecondaryRise;;"", 1, 0, -10000, 10000, 3
|
||||||
|
int triggerVvtFall;;"", 1, 0, -10000, 10000, 3
|
||||||
|
int triggerVvtRise;;"", 1, 0, -10000, 10000, 3
|
||||||
|
|
||||||
|
|
||||||
|
uint8_t startStopStateToggleCounter;;"", 1, 0, -10000, 10000, 3
|
||||||
|
uint8_t starterState;;"", 1, 0, -10000, 10000, 3
|
||||||
|
uint8_t starterRelayDisable;;"", 1, 0, -10000, 10000, 3
|
||||||
|
uint8_t unusedStarterRelayDisable;;"", 1, 0, -10000, 10000, 3
|
||||||
|
|
||||||
int idleState;;"", 1, 0, -10000, 10000, 3
|
int idleState;;"", 1, 0, -10000, 10000, 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue