Don't cutoff the decimal values of afrTarget in data logs

This commit is contained in:
Josh Stewart 2017-01-18 10:24:20 +11:00
parent 9d7ca71e3f
commit da3f460152
1 changed files with 5 additions and 3 deletions

View File

@ -1023,9 +1023,10 @@ menuDialog = main
field = "Clutch enabled when signal is",launchHiLo, { launchEnable || flatSEnable }
field = "Clutch Pullup Resistor", lnchPullRes, { launchEnable || flatSEnable }
dialog = LaunchControl, "Launch Control", 6
dialog = LaunchControl, "Launch Control / Flat shift", 6
topicHelp = Fhelp7
panel = clutchInput
; Launch control
field = "Launch Control"
field = "Enable Launch", launchEnable
field = "Soft rev limit", lnchSoftLim, { launchEnable }
@ -1033,10 +1034,11 @@ menuDialog = main
field = "Hard rev limit", lnchHardLim, { launchEnable }
field = "Fuel adder during launch", lnchFuelAdd, { launchEnable }
; Flat shift
field = "Flat Shift"
field = "Enable flat shift", flatSEnable
field = "Flat Shift above", flatSArm, { flatSEnable }
field = "Soft rev limit", flatSSoftWin, { flatSEnable }
field = "Soft rev window", flatSSoftWin, { flatSEnable }
field = "Soft limit absolute timing", flatSRetard, { flatSEnable }
@ -1702,7 +1704,7 @@ menuDialog = main
entry = accelEnrich, "TPSacc", int, "%d"
entry = veCurr, "VE", int, "%d"
entry = pulseWidth, "PW", float, "%.1f"
entry = afrTarget, "AFR Target", int, "%d"
entry = afrTarget, "AFR Target", float, "%.3f"
entry = pulseWidth, "PW2", float, "%.1f"
entry = dutyCycle, "DutyCycle1", float, "%.1f"
entry = dutyCycle, "DutyCycle2", float, "%.1f"