Minor fixes to ini for logging

This commit is contained in:
Josh Stewart 2014-07-06 20:51:45 +10:00
parent 828e861c76
commit 65c6f23a47
1 changed files with 3 additions and 2 deletions

View File

@ -633,7 +633,7 @@ help = helpEnrichments, "Enrichments Help"
indicator = { mapaccaen }, "MAP Accel", "MAP Accel", white, black, green, black
indicator = { tpsaccden }, "TPS Decel", "TPS Decel", white, black, green, black
indicator = { mapaccden }, "MAP Decel", "MAP Decel", white, black, green, black
indicator = { tps > floodClear }, "", "FLOOD CLEAR", white, black, red, black
indicator = { tps > tpsflood }, "", "FLOOD CLEAR", white, black, red, black
;-------------------------------------------------------------------------------
@ -836,13 +836,14 @@ help = helpEnrichments, "Enrichments Help"
; -------------- ---------- ----- ------
entry = time, "Time", float, "%.3f"
entry = secl, "SecL", int, "%d"
entry = rpm100, "RPM", int, "%d"
entry = rpm100*100, "RPM", int, "%d"
entry = map, "MAP", int, "%d"
entry = tpsADC, "TPS", int, "%d"
entry = egoVoltage, "O2", float, "%.3f"
entry = mat, "MAT", float, "%.1f"
entry = coolant, "CLT", float, "%.1f"
entry = engine, "Engine", int, "%d"
entry = squirt, "Squirt", int, "%d"
entry = egoCorrection, "Gego", int, "%d"
entry = airCorrection, "Gair", int, "%d"
entry = warmupEnrich, "Gwarm", int, "%d"