Fix tabs, again, sigh...

master
marko 2022-04-28 19:48:24 -04:00
parent 7ec3b149b1
commit 31ef7c3d97
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ if (settings.truewind) {
gps_course =
{ vlon: Math.sin(Math.PI*fix.course/180)*fix.speed/1.852,
vlat: Math.cos(Math.PI*fix.course/180)*fix.speed/1.852,
lat: fix.lat,
lon: fix.lon,
lat: fix.lat,
lon: fix.lon,
spd: fix.speed,
course: fix.course
};