fuck blind fix :(

This commit is contained in:
rusefillc 2023-02-11 17:30:24 -05:00
parent faaaa77823
commit 5903b4526a
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ void EtbController::update() {
if (getFunction() == ETB_Wastegate) {
// boost controller runs it's own PID we just take the result
m_motor->enable();
m_motor->set(getWastegateOutput());
return;
}