defaults were bad, really bad
This commit is contained in:
rusefillc 2021-12-30 17:41:45 -05:00
parent 0c589b86c2
commit 06666275fa
1 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,9 @@
#include "pch.h"
#include "custom_engine.h"
#if HW_HELLEN
#include "../hellen_meta.h"
#endif // HW_HELLEN
static void common() {
setHellenDefaultVrThresholds();
@ -15,7 +18,7 @@ static void common() {
void setHellenMercedes128_4_cyl() {
common();
#if HW_HELLEN
engineConfiguration->injectionPins[0] = H144_LS_7;
engineConfiguration->injectionPins[1] = H176_LS_6;
engineConfiguration->injectionPins[2] = H176_LS_8;
@ -24,6 +27,7 @@ void setHellenMercedes128_4_cyl() {
engineConfiguration->injectionPins[5] = GPIO_UNASSIGNED;
engineConfiguration->injectionPins[6] = GPIO_UNASSIGNED;
engineConfiguration->injectionPins[7] = GPIO_UNASSIGNED;
#endif // HW_HELLEN
}
// is this M104 or M112 or both?