auto-sync

This commit is contained in:
rusEfi 2015-04-23 22:10:35 -04:00
parent b46e15a61a
commit 9f40271986
1 changed files with 5 additions and 2 deletions

View File

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