diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 48b74607a5..5178368b0b 100644 --- a/firmware/tunerstudio/rusefi.ini +++ b/firmware/tunerstudio/rusefi.ini @@ -532,7 +532,7 @@ page = 1 [VeAnalyze] ; tableName, lambdaTargetTableName, lambdaChannel, egoCorrectionChannel, activeCondition - veAnalyzeMap = veTableTbl, afrTableTbl, AFRactual, egoCorrectionIgnoreThis , { 1 } + veAnalyzeMap = veTableTbl, afrTableTbl, AFRactual, egoCorrection, { 1 } ;lambdaTargetTables = afrTable1Tbl, afrTable2Tbl, afrTSCustom ; filter = Name, "DisplayName", outputChannel, operator, defaultVal, userAdjustable @@ -544,6 +544,9 @@ page = 1 filter = minCltFilter, "Minimum CLT", coolant, < , 160, , true #endif + filter = deltaTps, "dTPS", deltaTps > , 50, , true + + ; filter = minTps, "Minimum TPS", TPS, > , 1, , true @@ -631,7 +634,7 @@ fileVersion = { 20150406 } unused120 = scalar, F32, 120, "ratio", 1, 0 currentMapAccelDelta = scalar,F32, 124, "%", 1, 0 currentTpsAccel = scalar, F32, 128, "ms", 1, 0 - egoCorrection = { 0 } + egoCorrection = { 100 } time = { timeNow } ; engineLoad = { algorithm == 0 ? MAF : TPS }