even if directly commanded ETB PWM should be logged it should be logged somewhere else
This commit is contained in:
parent
95bd113c32
commit
4beea9dc58
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue