mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02: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