only:hellen121vag

This commit is contained in:
rusefi 2024-06-27 17:15:13 -04:00
parent 908bfe1a29
commit 9372d17b63
2 changed files with 8 additions and 0 deletions

View File

@ -134,3 +134,7 @@ void setBoardDefaultConfiguration() {
engineConfiguration->tps1SecondaryMax = 102;
hellenWbo();
}
int getBoardMetaDcOutputsCount() {
return 1;
}

View File

@ -120,3 +120,7 @@ void setBoardDefaultConfiguration() {
engineConfiguration->vrThreshold[0].pin = Gpio::H144_OUT_PWM6;
}
int getBoardMetaDcOutputsCount() {
return 1;
}