Skip to content

Commit

Permalink
Timing: Do not display average throttle yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowgar committed Jan 11, 2016
1 parent fc200af commit c284406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCRIPTS/TELEMETRY/LAPTIMER.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ local function lapsShow()

lcd.drawText(150, ((lc - i) * 10) + 3,
string.format('%d', i) .. ': ' ..
string.format('%0.2f', lap[2] / 100.0) .. '/' .. '0')
string.format('%0.2f', lap[2] / 100.0))
end

local sum = 0
Expand Down

0 comments on commit c284406

Please sign in to comment.