clkinfogps call geo.xx correctly

master
Hugh Barney 2023-04-22 01:39:11 +01:00
parent 07fd9ffe62
commit f0e863dfcd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
if (!last_fix.fix) if (!last_fix.fix)
return formatTime(last_fix.time); return formatTime(last_fix.time);
return gpsToOSMapRef(last_fix), return geo.gpsToOSMapRef(last_fix);
}; };
var info = { var info = {