mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: tag LocSource.LOC_EXTERNAL to Android GPS positions
This commit is contained in:
parent
c37afe5849
commit
3182fad723
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ class MeshService : Service(), Logging {
|
|||
time = (location.time / 1000).toInt()
|
||||
groundSpeed = location.speed.toInt()
|
||||
groundTrack = location.bearing.toInt()
|
||||
locationSource = MeshProtos.Position.LocSource.LOC_EXTERNAL
|
||||
}
|
||||
)
|
||||
}.launchIn(serviceScope)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue