mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 03:26:25 -04:00
Updated GPS polling frequency
This commit is contained in:
parent
484d7ddf7a
commit
7e5948403b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue