From 68ba5406387f1d474bd0995aee00960eeeea0e5f Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 31 May 2022 22:26:18 -0400 Subject: [PATCH] B6 progress --- firmware/config/engines/vw_b6.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firmware/config/engines/vw_b6.cpp b/firmware/config/engines/vw_b6.cpp index cbee90b4f4..2e68a9d8b9 100644 --- a/firmware/config/engines/vw_b6.cpp +++ b/firmware/config/engines/vw_b6.cpp @@ -112,6 +112,13 @@ void setProteusVwPassatB6() { #if HW_PROTEUS commonPassatB6(); #endif + gppwm_channel *coolantControl = &engineConfiguration->gppwm[0]; + coolantControl->pin = PROTEUS_LS_5; + + engineConfiguration->mainRelayPin = PROTEUS_LS_6; + + gppwm_channel *lowPressureFuelPumpControl = &engineConfiguration->gppwm[1]; + lowPressureFuelPumpControl->pin = PROTEUS_LS_7; } /**