We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fcf1b commit 1cf578eCopy full SHA for 1cf578e
gpsdopenum.lua
@@ -23,7 +23,7 @@ local gpsDopEnumId = addChannel('GpsDopEnum', 1, 0, 0, 5)
23
function tick_gpsdopenum()
24
if not should_run(1) then return end
25
local dop = getChannel('GPSDOP')
26
- local enum = 21
+ local enum = 5
27
28
if dop < 1 then enum = 0 -- ideal
29
elseif dop >= 1 and dop <= 2 then enum = 1 -- excellent
0 commit comments