fix position overide problem with fixedPosition nodes thx @havealoha

This commit is contained in:
Kevin Hester
2021-04-15 12:16:56 +08:00
parent b2ed20546a
commit c74ee428ed

View File

@@ -1031,6 +1031,11 @@ class MeshService : Service(), Logging {
desiredInterval = 0
}
if (prefs.fixedPosition) {
info("Node has fixed position, therefore not overriding position")
desiredInterval = 0
}
if (desiredInterval != 0L) {
info("desired GPS assistance interval $desiredInterval")
startLocationRequests(desiredInterval)