Disable experimental 5 cylinder for this month

This commit is contained in:
Josh Stewart 2016-08-03 12:11:31 +10:00
parent 29ff8cd55a
commit da80eb5bcc
1 changed files with 32 additions and 30 deletions

View File

@ -7,7 +7,6 @@
queryCommand = "Q"
;signature = 20
signature = "speeduino 201607"
;signature = "MS/Extra format hr_10 1234567890" ; gets changed when data format/this file changes
versionInfo = "S" ; Put this in the title bar.
@ -160,7 +159,7 @@ page = 2
mapSample = bits, U08, 36, [0:1], "Instantaneous", "Cycle Average", "Cycle Minimum", "INVALID"
twoStroke = bits, U08, 36, [2:2], "Four-stroke", "Two-stroke"
injType = bits, U08, 36, [3:3], "Port", "Throttle Body"
nCylinders = bits, U08, 36, [4:7], "INVALID","1","2","3","4","5","6","INVALID","8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID"
nCylinders = bits, U08, 36, [4:7], "INVALID","1","2","3","4","INVALID","6","INVALID","8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID"
; Config2
cltType = bits, U08, 37, [0:1], "GM", "Unknown1", "Unknown2", "Unknown3"
@ -1155,7 +1154,7 @@ page = 8
indicator = { warmup }, "WUE OFF", "WUE", white, black, green, black
indicator = { accaen }, "Accel", "Accel", white, black, green, black
indicator = { accden }, "Decel", "Decel", white, black, green, black
indicator = { isError }, "No Errors", "ERROR", white, black, green, black
indicator = { error }, "No Errors", "ERROR", white, black, green, black
indicator = { (tps > tpsflood) && (rpm < crankRPM) }, "FLOOD OFF", "FLOOD CLEAR", white, black, red, black
indicator = { DFCOOn }, "DFCO OFF", "DFCO On", white, black, red, black
indicator = { launchHard }, "Launch Hard", "Launch Hard", white, black, green, black
@ -1297,6 +1296,9 @@ page = 8
afr2 = scalar, U08, 30, "O2", 0.100, 0.000
rpmDOT = scalar, S16, 31, "rpm/s", 1.000, 0.000
flex = scalar, U08, 33, "%", 1.000, 0.000
errors = scalar, U08, 34, "bits", 1.000, 0.000
errorNum = bits, U08, 34, [0:1]
currentError = bits, U08, 34, [2:7]
; Computed output channels. See "megatuneExamples.ini" for all the
; pre-defined variables, search for "???" and you'll see them.