kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
refactor: tag `LocSource.LOC_EXTERNAL` to Android GPS positions
rodzic
c37afe5849
commit
3182fad723
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue