mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-01 11:22:40 -05:00
fix position overide problem with fixedPosition nodes thx @havealoha
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user