B6 progress

This commit is contained in:
rusefi 2022-05-31 22:26:18 -04:00
parent f0fe8150b5
commit 68ba540638
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}
/**