Merge pull request #2472 from LukasEdl/master

remove null check, since mapping is now down on app side
master
Gordon Williams 2023-01-09 10:07:12 +00:00 committed by GitHub
commit 71a290bd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -134,10 +134,6 @@
event.satellites = NaN;
event.course = NaN;
event.fix = 1;
if (event.long!==undefined) {
event.lon = event.long;
delete event.long;
}
Bangle.emit('GPS', event);
},
"is_gps_active": function() {