auto-sync

This commit is contained in:
rusEfi 2016-01-10 13:03:32 -05:00
parent b0ac7b01fa
commit d1bfd50b90
2 changed files with 6 additions and 5 deletions

View File

@ -439,7 +439,8 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
setAlgorithm(LM_SPEED_DENSITY PASS_ENGINE_PARAMETER);
boardConfiguration->alternatorControlPin = GPIOD_5;
engineConfiguration->alternatorControl.pFactor = 22;
// engineConfiguration->alternatorControl.pFactor = 22;
engineConfiguration->alternatorControl.pFactor = 55; // looks to work better, maybe time for some iFactor
// engineConfiguration->isCanEnabled = true;
boardConfiguration->canTxPin = GPIOB_6;

View File

@ -97,10 +97,10 @@ typedef struct {
float baroCorrection;
float pedalPosition;
float injectorDutyCycle;
int knockCount;
float fuelTankGauge;
float knockLevel;
int totalTriggerErrorCounter;
int knockCount; // 144
float fuelTankGauge; // 148
float knockLevel; // 152
int totalTriggerErrorCounter; // 156
float wallFuelAmount; // 160
float iatCorrection; // 164
floatms_t wallFuelCorrection; // 168