even if directly commanded ETB PWM should be logged it should be logged somewhere else

This commit is contained in:
rusefillc 2022-11-22 20:16:34 -05:00
parent 95bd113c32
commit 4beea9dc58
1 changed files with 0 additions and 1 deletions

View File

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