startStopStateToggleCounter to live data
This commit is contained in:
parent
c6229651b8
commit
f08076ee96
|
@ -311,7 +311,6 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 5, 0
|
|||
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 multiSparkCounter;;"", 1, 0, -10000, 10000, 3
|
||||
|
|
|
@ -759,7 +759,6 @@ void updateTunerStudioState() {
|
|||
tsOutputChannels->recentErrorCode[i] = engine->engineState.warnings.recentWarnings.get(i).Code;
|
||||
}
|
||||
|
||||
tsOutputChannels->startStopStateToggleCounter = engine->startStopStateToggleCounter;
|
||||
tsOutputChannels->starterState = enginePins.starterControl.getLogicValue();
|
||||
tsOutputChannels->starterRelayDisable = enginePins.starterRelayDisable.getLogicValue();
|
||||
|
||||
|
|
Loading…
Reference in New Issue