Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
Matthew Kennedy 2021-07-11 08:26:19 -07:00 committed by GitHub
parent 3f9e3e72ea
commit 39448e3c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View File

@ -112,8 +112,6 @@ void setBoardConfigOverrides(void) {
engineConfiguration->clt.config.bias_resistor = 4700;
engineConfiguration->iat.config.bias_resistor = 4700;
hellenWbo();
}
void setPinConfigurationOverrides(void) {
@ -174,6 +172,8 @@ void setBoardDefaultConfiguration(void) {
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS; // IM_WASTED_SPARK
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
engineConfiguration->injectionMode = IM_SIMULTANEOUS;//IM_BATCH;// IM_SEQUENTIAL;
hellenWbo();
}
/**

View File

@ -122,7 +122,6 @@ void setBoardConfigOverrides(void) {
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
hellenWbo();
}
void setPinConfigurationOverrides(void) {
@ -191,6 +190,8 @@ void setBoardDefaultConfiguration(void) {
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS; // IM_WASTED_SPARK
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
engineConfiguration->injectionMode = IM_SIMULTANEOUS;//IM_BATCH;// IM_SEQUENTIAL;
hellenWbo();
}
/**

View File

@ -117,7 +117,6 @@ void setBoardConfigOverrides(void) {
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
hellenWbo();
}
void setPinConfigurationOverrides(void) {
@ -171,6 +170,8 @@ void setBoardDefaultConfiguration(void) {
strcpy(CONFIG(engineMake), ENGINE_MAKE_MERCEDES);
strcpy(CONFIG(engineCode), "");
hellenWbo();
}
/**

View File

@ -119,7 +119,6 @@ void setBoardConfigOverrides(void) {
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
hellenWbo();
}
void setPinConfigurationOverrides(void) {
@ -175,6 +174,8 @@ void setBoardDefaultConfiguration(void) {
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS; // IM_WASTED_SPARK
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
engineConfiguration->injectionMode = IM_SIMULTANEOUS;//IM_BATCH;// IM_SEQUENTIAL;
hellenWbo();
}
/**