H72 default progress

This commit is contained in:
Andrey 2021-06-23 14:44:50 -04:00
parent 6ca965d246
commit 339cea9e7f
2 changed files with 4 additions and 1 deletions

View File

@ -152,6 +152,9 @@ void setBoardDefaultConfiguration(void) {
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->acRelayPin = GPIOH_15;
engineConfiguration->acSwitch = GPIOB_0;
engineConfiguration->fuelPumpPin = GPIOG_2; // OUT_IO9
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8

View File

@ -300,7 +300,7 @@ pins:
id: [GPIOB_0, EFI_ADC_8]
class: [switch_inputs, analog_inputs]
ts_name: 4F - AC_PRES/AUX1 (A23)
function: AC Pressure In
function: A/C Pressure In
- pin: 4H
id: [GPIOC_4, EFI_ADC_14]