docs
This commit is contained in:
parent
806b644b73
commit
69cfd619d0
|
@ -153,6 +153,8 @@ void BoostController::setOutput(expected<float> output) {
|
|||
m_pwm->setSimplePwmDutyCycle(duty);
|
||||
}
|
||||
|
||||
// inject wastegate position into DC controllers, pretty weird workflow to be honest
|
||||
// todo: should it be DC controller pulling?
|
||||
setEtbWastegatePosition(percent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue