mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-01 20:53:04 -04:00
refactor: tag LocSource.LOC_EXTERNAL to Android GPS positions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user