startStopStateToggleCounter to live data

This commit is contained in:
rusefillc 2022-10-06 18:55:17 -04:00
parent 417ea82cc9
commit fa0b07bf20
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -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();