auto-sync
This commit is contained in:
parent
b0ac7b01fa
commit
d1bfd50b90
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue