mirror of https://github.com/espruino/BangleApps
quick removal of GPS clear from #1619
parent
061110a209
commit
dcd39418a5
|
@ -299,8 +299,6 @@ exports.getStats = function(statIDs, options) {
|
|||
state.curSpeed = 0;
|
||||
state.BPM = 0;
|
||||
state.BPMage = 0;
|
||||
state.thisGPS = {};
|
||||
state.lastGPS = {};
|
||||
state.notify = options.notify;
|
||||
if (options.notify.dist.increment > 0) {
|
||||
state.notify.dist.next = state.distance + options.notify.dist.increment;
|
||||
|
|
Loading…
Reference in New Issue