mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-24 22:30:37 +01:00
Updated GPS polling frequency
This commit is contained in:
parent
484d7ddf7a
commit
7e5948403b
@ -190,8 +190,8 @@ class SidebandService():
|
||||
self.should_run = False
|
||||
self.gps = None
|
||||
self._gps_started = False
|
||||
self._gps_stale_time = 299
|
||||
self._gps_min_distance = 25
|
||||
self._gps_stale_time = 300-1
|
||||
self._gps_min_distance = 3
|
||||
self._raw_gps = None
|
||||
|
||||
self.android_service = None
|
||||
|
Loading…
Reference in New Issue
Block a user