fuck blind fix :(

This commit is contained in:
rusefillc 2023-02-11 17:30:24 -05:00
parent a0cc7ddd61
commit 8c4bd01f93
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;
}