refactor: tag LocSource.LOC_EXTERNAL to Android GPS positions

This commit is contained in:
andrekir
2024-09-04 09:20:51 -03:00
parent c37afe5849
commit 3182fad723

View File

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