Re-revert the use of On/off fields in the datalog

This commit is contained in:
Josh Stewart 2019-09-07 08:51:17 +10:00
parent 91f295baae
commit cc0d71b0e7
1 changed files with 7 additions and 7 deletions

View File

@ -3407,7 +3407,7 @@ cmdtestspk450dc = "E\x03\x0C"
entry = iat, "IAT", int, "%d"
entry = coolant, "CLT", int, "%d"
entry = engine, "Engine", int, "%d"
entry = DFCOOn, "DFCO", int, "onOff"
entry = DFCOOn, "DFCO", int, "%d"
entry = egoCorrection, "Gego", int, "%d"
entry = airCorrection, "Gair", int, "%d"
entry = batCorrection, "Gbattery", int, "%d"
@ -3434,18 +3434,18 @@ cmdtestspk450dc = "E\x03\x0C"
entry = map_psi, "Boost PSI", float, "%.1f"
entry = boostTarget, "Boost Target", int, "%d", { boostEnabled }
entry = boostDuty, "Boost Duty", int, "%d", { boostEnabled }
entry = boostCutOut , "Boost cut", int, "onOff"
entry = launchHard , "Hard Launch", int, "onOff"
entry = hardLimitOn , "Hard Limiter", int, "onOff"
entry = idleControlOn, "Idle Control", int, "onOff"
entry = boostCutOut , "Boost cut", int, "%d"
entry = launchHard , "Hard Launch", int, "%d"
entry = hardLimitOn , "Hard Limiter", int, "%d"
entry = idleControlOn, "Idle Control", int, "%d"
entry = idleLoad, "IAC value", int, "%d"
entry = CLIdleTarget, "Idle Target RPM", int, "%%d", { iacAlgorithm == 3 || iacAlgorithm == 5 } ;Only show for closed loop idle modes
entry = CLIdleDelta, "Idle RPM Delta", int, "%d", { iacAlgorithm == 3 || iacAlgorithm == 5 } ;Only show for closed loop idle modes
entry = baro, "Baro Pressure",int, "%d"
entry = nitrousOn, "Nitrous", int, "onOff", { n2o_enable > 0 }
entry = nitrousOn, "Nitrous", int, "%d", { n2o_enable > 0 }
entry = syncLossCounter, "Sync Loss #", int, "%d"
entry = vvtAngle, "VVT Angle", int, "%d", { vvtMode == 2 } ;;Only show when using close loop vvt
entry = vvtTarget, "VVT Target Angle", int,"%d", { vvtMode == 2 } ;;Only show when using close loop vvt
entry = vvtTarget, "VVT Target Angle", int, "%d", { vvtMode == 2 } ;;Only show when using close loop vvt
entry = vvtDuty, "VVT Duty", int, "%d", { vvtEnabled > 0 }
entry = auxin_gauge0, "AuxIn CH0", int, "%d"