diff --git a/reference/speeduino.ini b/reference/speeduino.ini index 0481ea76..79542047 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -3414,8 +3414,8 @@ cmdtestspk450dc = "E\x03\x0C" entry = batteryVoltage, "Battery V", float, "%.1f" entry = rpmDOT, "rpm/s", int, "%d" entry = flex, "Eth %", int, "%d", { flexEnabled } - entry = errorNum, "Error #", int, "%d" - entry = currentError, "Error ID", int, "%d" + entry = errorNum, "Error #", int, "%d", { errorNum } + entry = currentError, "Error ID", int, "%d", { errorNum } entry = map_psi, "Boost PSI", float, "%.1f" entry = boostTarget, "Boost Target", int, "%d", { boostEnabled } entry = boostDuty, "Boost Duty", int, "%d", { boostEnabled }