auto-sync
This commit is contained in:
parent
95d8b7f357
commit
c4b09858bf
|
@ -74,11 +74,11 @@ float getEngineLoadT(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
|
|
||||||
void setSingleCoilDwell(engine_configuration_s *engineConfiguration) {
|
void setSingleCoilDwell(engine_configuration_s *engineConfiguration) {
|
||||||
for (int i = 0; i < DWELL_CURVE_SIZE; i++) {
|
for (int i = 0; i < DWELL_CURVE_SIZE; i++) {
|
||||||
engineConfiguration->sparkDwellBins[i] = -10 + i;
|
engineConfiguration->sparkDwellBins[i] = i + 1;
|
||||||
engineConfiguration->sparkDwell[i] = -1;
|
engineConfiguration->sparkDwell[i] = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
engineConfiguration->sparkDwellBins[5] = 1;
|
engineConfiguration->sparkDwellBins[5] = 10;
|
||||||
engineConfiguration->sparkDwell[5] = 4;
|
engineConfiguration->sparkDwell[5] = 4;
|
||||||
|
|
||||||
engineConfiguration->sparkDwellBins[6] = 4500;
|
engineConfiguration->sparkDwellBins[6] = 4500;
|
||||||
|
|
Loading…
Reference in New Issue