now with SD card

This commit is contained in:
rusefillc 2022-08-19 17:43:07 -04:00
parent a7e6265f39
commit 863fb8c327
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ void setBoardDefaultConfiguration() {
engineConfiguration->vvtPins[1] = H144_OUT_PWM8;
engineConfiguration->boardUseTempPullUp = true;
// todo: use board ID condition? below D no SD, D and up with SD?
engineConfiguration->isSdCardEnabled = true;
engineConfiguration->acSwitch = Gpio::Unassigned;
engineConfiguration->fuelPumpPin = H144_OUT_IO12;