why so many channels are hidden in debug ? #3614

This commit is contained in:
rusefillc 2021-11-29 01:13:04 -05:00
parent 26997ab9e3
commit 67af7470d7
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ void EtbController::update() {
// Only debug throttle #1
if (m_function == ETB_Throttle1) {
m_pid.postState(&tsOutputChannels.etbStatus);
tsOutputChannels.etbFeedForward = engine->engineState.etbFeedForward
tsOutputChannels.etbFeedForward = engine->engineState.etbFeedForward;
tsOutputChannels.etbStatus.output = directPwmValue;
}
#endif /* EFI_TUNER_STUDIO */