Datalog entries of pulsewidth with 3 decimals instead of 1 (#336)

It's already with this higher resolution in TS, and tuning idle and low load area with big injectors really require more than just one decimal precision.
This commit is contained in:
Antti Muurikainen 2020-04-12 01:13:53 +03:00 committed by GitHub
parent 53faee1a3e
commit 5b9bc789ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3681,10 +3681,10 @@ cmdtestspk450dc = "E\x03\x0C"
entry = veCurr, "Current VE", int, "%d"
entry = VE1, "VE1", int, "%d"
entry = VE2, "VE2", int, "%d"
entry = pulseWidth, "PW", float, "%.1f"
entry = pulseWidth, "PW", float, "%.3f"
entry = afrTarget, "AFR Target", float, "%.3f"
entry = lambdaTarget, "Lambda Target",float, "%.3f"
entry = pulseWidth, "PW2", float, "%.1f"
entry = pulseWidth, "PW2", float, "%.3f"
entry = dutyCycle, "DutyCycle1", float, "%.1f"
entry = dutyCycle, "DutyCycle2", float, "%.1f"
entry = TPSdot, "TPS DOT", int, "%d"