1
0
Fork 0

Display only actual fixes. If not a fix, then last fix

master
nujw 2021-02-12 14:41:37 +13:00
parent 8fcebaa7f8
commit 8e4cc30b3f
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Speed and Altitude [speedalt]
Mike Bennett mike[at]kereru.com
1.16 : Use new GPS settings module
*/
var v = '1.17';
var v = '1.18';
var buf = Graphics.createArrayBuffer(240,160,2,{msb:true});
// Load fonts
@ -210,8 +210,8 @@ function onGPS(fix) {
var di = '---';
var age = '---';
if (fix.fix) {
lf = fix;
if (fix.fix) lf = fix;
if (lf.fix) {
// Speed
if ( cfg.spd == 0 ) {