From 31b87c7d80da06cce0000371f90eb12d1f36830d Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 1 Feb 2022 20:44:02 -0500 Subject: [PATCH] passat docs --- firmware/config/engines/vw_b6.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/config/engines/vw_b6.cpp b/firmware/config/engines/vw_b6.cpp index 6e79db4745..31e94f49c1 100644 --- a/firmware/config/engines/vw_b6.cpp +++ b/firmware/config/engines/vw_b6.cpp @@ -124,6 +124,7 @@ void setVwPassatB6() { coolantControl->pwmFrequency = 25; coolantControl->loadAxis = GPPWM_FuelLoad; // Volkswage wants 10% for fan to be OFF, between pull-up and low side control we need to invert that value + // todo system lua for duty driven by CLT? (3, GPIOE_0, "0.15 90 coolant 120 min max 90 - 30 / 0.8 * +", 25); int value = 100 - 10; coolantControl->dutyIfError = value; setTable(coolantControl->table, (uint8_t)value);