only: defaults progress

This commit is contained in:
rusefillc 2024-03-15 11:07:16 -06:00
parent ef4703bca9
commit a28cc2aec1
3 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,6 @@ void setMaverickX3() {
engineConfiguration->tpsAccelEnrichmentThreshold = 12;
engineConfiguration->tpsDecelEnleanmentThreshold = 7;
engineConfiguration->tpsAccelFractionPeriod = 3;
engineConfiguration->tpsAccelFractionDivisor = 0.3;
engineConfiguration->isBoostControlEnabled = true;

View File

@ -112,6 +112,8 @@ void setDefaultBaseEngine() {
engineConfiguration->cutSparkOnHardLimit = true;
engineConfiguration->etbRevLimitRange = 250;
engineConfiguration->tpsAccelFractionDivisor = 1;
engineConfiguration->rpmSoftLimitWindowSize = 200;
engineConfiguration->rpmSoftLimitTimingRetard = 4;

View File

@ -1415,7 +1415,7 @@ tChargeMode_e tChargeMode;
int16_t etbRocExpAverageLength;By the way ETB PID runs at 500hz, length in 1/500 of second here.
int16_t tpsAccelFractionPeriod;A delay in cycles between fuel-enrich. portions;"cycles", 1, 0, 0, 500, 0
float tpsAccelFractionDivisor;A fraction divisor: 1 or less = entire portion at once, or split into diminishing fractions;"coef", 1, 0, 0, 100, 2
float tpsAccelFractionDivisor;A fraction divisor: 1 or less = entire portion at once, or split into diminishing fractions;"coef", 1, 0, 1, 100, 2
spi_device_e tle8888spiDevice;
spi_device_e mc33816spiDevice;