From 3946f9e4c9786b4f804a4f76434e056f0f3e64b0 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 17 Jan 2023 04:24:33 -0500 Subject: [PATCH] h-bridge wastegate not alive on bench #4965 in my dreams that would be part of CI --- firmware/config/engines/test_engine.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/config/engines/test_engine.cpp b/firmware/config/engines/test_engine.cpp index 62343f9561..4e97ed7b40 100644 --- a/firmware/config/engines/test_engine.cpp +++ b/firmware/config/engines/test_engine.cpp @@ -58,6 +58,9 @@ void setTestCrankEngineConfiguration() { } void setTestDcWastegateConfiguration() { + engineConfiguration->isBoostControlEnabled = 1; + engineConfiguration->etbFunctions[0] = ETB_Wastegate; + setTable(config->boostTableOpenLoop, 50); } void setTestVVTEngineConfiguration() {