mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix position overide problem with fixedPosition nodes thx @havealoha
This commit is contained in:
parent
b2ed20546a
commit
c74ee428ed
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue