refactor: tag `LocSource.LOC_EXTERNAL` to Android GPS positions

pull/1224/head
andrekir 2024-09-04 09:20:51 -03:00
rodzic c37afe5849
commit 3182fad723
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)