From 31ef7c3d97367abf71dcf81a3604b457bffb1616 Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 28 Apr 2022 19:48:24 -0400 Subject: [PATCH] Fix tabs, again, sigh... --- apps/openwind/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openwind/app.js b/apps/openwind/app.js index 4abe84fca..db67804f3 100644 --- a/apps/openwind/app.js +++ b/apps/openwind/app.js @@ -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 };