passat docs

This commit is contained in:
rusefillc 2022-02-01 20:44:02 -05:00
parent cb79251dab
commit 31b87c7d80
1 changed files with 1 additions and 0 deletions

View File

@ -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);