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 e0c17495dd
commit 9eaafa931a
1 changed files with 0 additions and 1 deletions

View File

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