Skip to content

Commit 2bb0f1f

Browse files
committed
Scaled map to fit
1 parent 8040967 commit 2bb0f1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
9 Bytes
Binary file not shown.

src/iNav/nirvana.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ local function view(data, config, modes, units, labels, gpsDegMin, hdopGraph, ic
441441

442442
if data.gpsHome ~= false then
443443
-- Craft location
444-
tmp2 = config[31].v == 1 and 50 or 100
444+
tmp2 = config[31].v == 1 and 65 or 130
445445
d = data.distanceLast >= data.distRef and min(max(data.distanceLast / maxDist * tmp2, 7), tmp2) or 1
446446
local bearing = calcBearing(data.gpsHome, data.gpsLatLon) - tmp
447447
local rad1 = rad(bearing)

0 commit comments

Comments
 (0)