// random values to have valid config
This commit is contained in:
parent
7eb0178b09
commit
2a51880866
|
@ -164,6 +164,19 @@ void setBoardDefaultConfiguration() {
|
|||
|
||||
engineConfiguration->enableSoftwareKnock = true;
|
||||
|
||||
// random values to have valid config
|
||||
engineConfiguration->tpsMin = 0;
|
||||
engineConfiguration->tpsMax = 1000;
|
||||
// random values to have valid config
|
||||
engineConfiguration->tps1SecondaryMin = 1000;
|
||||
engineConfiguration->tps1SecondaryMax = 0;
|
||||
// random values to have valid config
|
||||
engineConfiguration->throttlePedalUpVoltage = 0;
|
||||
engineConfiguration->throttlePedalWOTVoltage = 5.0;
|
||||
// random values to have valid config
|
||||
engineConfiguration->throttlePedalSecondaryUpVoltage = 5.0;
|
||||
engineConfiguration->throttlePedalSecondaryWOTVoltage = 0.0;
|
||||
|
||||
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
|
||||
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
|
||||
engineConfiguration->injectionMode = IM_SEQUENTIAL;
|
||||
|
|
Loading…
Reference in New Issue