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