now with SD card
This commit is contained in:
parent
5f4bf04d56
commit
e03b14ab7d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue