ETB dream

This commit is contained in:
rusEfi 2018-03-18 16:05:02 -04:00
parent b23fea4dd5
commit 1559f553a4
2 changed files with 2 additions and 2 deletions

View File

@ -855,7 +855,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
int16_t fuelClosedLoopCltThreshold;;"C", 1, 0, 0, 100, 0
int16_t fuelClosedLoopTpsThreshold;;"%", 1, 0, 0, 100, 0
int16_t fuelClosedLoopRpmThreshold;;"rpm", 1, 0, 0, 5000, 0
int16_t etbFreq;;"Hz", 1, 0, 0, 1500, 0
int16_t etbFreq;;"Hz", 1, 0, 0, 30000, 0
pid_s fuelClosedLoopPid;
float fuelClosedLoopAfrHighThreshold;;"ratio", 1, 0, 0, 100, 1
pin_mode_e stepperEnablePinMode;

View File

@ -691,7 +691,7 @@ page = 1
fuelClosedLoopCltThreshold = scalar, S16, 2684, "C", 1, 0, 0, 100, 0
fuelClosedLoopTpsThreshold = scalar, S16, 2686, "%", 1, 0, 0, 100, 0
fuelClosedLoopRpmThreshold = scalar, S16, 2688, "rpm", 1, 0, 0, 5000, 0
etbFreq = scalar, S16, 2690, "Hz", 1, 0, 0, 1500, 0
etbFreq = scalar, S16, 2690, "Hz", 1, 0, 0, 30000, 0
fuelClosedLoopPid_pFactor = scalar, F32, 2692, "", 1, 0, -10000, 10000, 7
fuelClosedLoopPid_iFactor = scalar, F32, 2696, "", 1, 0, -10000, 10000, 7
fuelClosedLoopPid_dFactor = scalar, F32, 2700, "", 1, 0, -10000, 10000, 7