forked from FOSS/BangleApps
Display only actual fixes. If not a fix, then last fix
parent
8fcebaa7f8
commit
8e4cc30b3f
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue