only:s105

This commit is contained in:
rusefi 2023-04-29 17:00:00 -04:00
parent 323ed550f0
commit 0c3dc3b610
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ void setBoardDefaultConfiguration() {
setInjectorPins();
setIgnitionPins();
strcpy(engineConfiguration->engineMake, "UAZ");
strcpy(engineConfiguration->engineCode, "451");
// No LEDs on this board so let's toggle. PC14 of LSI did not work for blinking, any better alternatives?
engineConfiguration->communicationLedPin = Gpio::Unassigned;
engineConfiguration->runningLedPin = Gpio::Unassigned;