From 5c7c5f5ad8f13514c94d8a8cc6f6b23123a643ab Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Sun, 25 Oct 2015 16:16:59 +1100 Subject: [PATCH] Fix warnings in ini file --- reference/speeduino.ini | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/reference/speeduino.ini b/reference/speeduino.ini index efc76143..5f530f43 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -528,6 +528,7 @@ page = 8 engineType = "Most engines are Even Fire. Typical odd-fire engines are V-twin, some V4, Vmax, some V6, V10." twoStroke = "Four-Stroke (most engines), Two-stroke." nInjectors = "Number of primary injectors." + mapSample = "The method used for calculating the MAP reading\nFor 1-2 Cylinder engines, Cycle Minimum is recommended.\nFor more than 2 cylinders Cycle Average is recommended" TrigPattern = "The type of input trigger decoder to be used." numteeth = "Number of teeth on Primary Wheel." @@ -538,7 +539,7 @@ page = 8 TrigEdge = "The Trigger edge of the primary sensor.\nLeading.\nTrailing." iacStepTime = "Time between each stepper motor step.\nIncrease this if the motor appears to behave intermittently." - iacStepHome = On startup the stepper motor moves this many steps to return to its home position. Set this value to a few more than the actual number to ensure the motor has returned to its full position." + iacStepHome = "On startup the stepper motor moves this many steps to return to its home position. Set this value to a few more than the actual number to ensure the motor has returned to its full position." iacStepHyster = "The minimum number of steps to move in any one go." iacAlgorithm = "Selects method of idle control.\nNone = no idle control valve.\nOn/Off valve.\nPWM valve (2,3 wire).\nStepper Valve (4,6,8 wire)." @@ -773,7 +774,7 @@ page = 8 ; ------------------------------------------------------------- ; Help down here [SettingContextHelp] - mapSample = "The method used for calculating the MAP reading\nFor 1-2 Cylinder engines, 'Cycle Minimum' is recommended.\nFor more than 2 cylinders 'Cycle Average' is recommended" + [CurveEditor] @@ -1098,15 +1099,23 @@ page = 8 secl = scalar, U08, 0, "sec", 1.000, 0.000 squirt = scalar, U08, 1, "bits", 1.000, 0.000 + inj1Status = bits, U08, 1, [0:0] + inj2Status = bits, U08, 1, [1:1] + inj3Status = bits, U08, 1, [2:2] + inj4Status = bits, U08, 1, [3:3] + unusedSquirt1 = bits, U08, 1, [4:4] + unusedSquirt1 = bits, U08, 1, [5:5] + toothLog1Ready = bits, U08, 1, [6:6] + toothLog2Ready = bits, U08, 1, [7:7] engine = scalar, U08, 2, "bits", 1.000, 0.000 - ready = bits, U08, 2, [0:0] - crank = bits, U08, 2, [1:1] - startw = bits, U08, 2, [2:2] - warmup = bits, U08, 2, [3:3] - tpsaccaen = bits, U08, 2, [4:4] - tpsaccden = bits, U08, 2, [5:5] - mapaccaen = bits, U08, 2, [6:6] - mapaccden = bits, U08, 2, [7:7] + ready = bits, U08, 2, [0:0] + crank = bits, U08, 2, [1:1] + startw = bits, U08, 2, [2:2] + warmup = bits, U08, 2, [3:3] + tpsaccaen = bits, U08, 2, [4:4] + tpsaccden = bits, U08, 2, [5:5] + mapaccaen = bits, U08, 2, [6:6] + mapaccden = bits, U08, 2, [7:7] dwell = scalar, U08, 3, "ms", 0.100, 0.000 map = scalar, U08, 4, "kpa", 2.000, 0.000 #if CELSIUS @@ -1118,7 +1127,6 @@ page = 8 #endif tpsADC = scalar, U08, 7, "ADC", 1.000, 0.000 batteryVoltage = scalar, U08, 8, "V", 0.100, 0.000 - #egoADC = scalar, U08, 9, "ADC", 1.000, 0.000 afr = scalar, U08, 9, "O2", 0.100, 0.000 egoCorrection = scalar, U08, 10, "%", 1.000, 0.000 airCorrection = scalar, U08, 11, "%", 1.000, 0.000 @@ -1241,7 +1249,7 @@ page = 8 ;dataReadCommand = "r\\x00\\xf4\\x00\\x00\\x04\\x00" ; standard TS command format dataReadCommand = "T" ; Basic TS command format dataReadTimeout = 10000 ; time in ms - ;dataReadyCondition = { ( status3 & 0x02 ) == 0x02 } + dataReadyCondition = { toothLog1Ready } dataLength = 512 ; in bytes, including headers, footers and data (not used) ;recordDef = headerLen. footerLen, recordLen