ETB dream

This commit is contained in:
rusEfi 2018-03-18 16:05:02 -04:00
parent 273278b539
commit afad3beb31
1 changed files with 1 additions and 1 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;