only:hellen121vag
This commit is contained in:
parent
908bfe1a29
commit
9372d17b63
|
@ -134,3 +134,7 @@ void setBoardDefaultConfiguration() {
|
|||
engineConfiguration->tps1SecondaryMax = 102;
|
||||
hellenWbo();
|
||||
}
|
||||
|
||||
int getBoardMetaDcOutputsCount() {
|
||||
return 1;
|
||||
}
|
||||
|
|
|
@ -120,3 +120,7 @@ void setBoardDefaultConfiguration() {
|
|||
|
||||
engineConfiguration->vrThreshold[0].pin = Gpio::H144_OUT_PWM6;
|
||||
}
|
||||
|
||||
int getBoardMetaDcOutputsCount() {
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue