Skip to content

Commit 1cf578e

Browse files
authored
gpsdopenum: default to POOR
1 parent 66fcf1b commit 1cf578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpsdopenum.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local gpsDopEnumId = addChannel('GpsDopEnum', 1, 0, 0, 5)
2323
function tick_gpsdopenum()
2424
if not should_run(1) then return end
2525
local dop = getChannel('GPSDOP')
26-
local enum = 21
26+
local enum = 5
2727

2828
if dop < 1 then enum = 0 -- ideal
2929
elseif dop >= 1 and dop <= 2 then enum = 1 -- excellent

0 commit comments

Comments
 (0)