mirror of
https://gitee.com/qpy-solutions/tracker-v2.git
synced 2025-05-19 11:08:26 +08:00
update: gps settings
This commit is contained in:
parent
f8623e9a57
commit
237f83b7e3
@ -1 +1 @@
|
|||||||
Subproject commit db55b42e966a5e838c9c2862edef40aee39fe41a
|
Subproject commit 4c20c31708e2ba12b4d7b695096023fe55fe41fa
|
@ -65,9 +65,9 @@ class LocConfig(object):
|
|||||||
"token": "xGP77d2z0i91s67n"
|
"token": "xGP77d2z0i91s67n"
|
||||||
}
|
}
|
||||||
|
|
||||||
gps_mode = _gps_mode.external
|
gps_mode = _gps_mode.internal
|
||||||
|
|
||||||
loc_method = _loc_method.gps
|
loc_method = _loc_method.all
|
||||||
|
|
||||||
map_coordinate_system = _map_coordinate_system.WGS84
|
map_coordinate_system = _map_coordinate_system.WGS84
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ class UserConfig(object):
|
|||||||
|
|
||||||
drive_behavior_code = _drive_behavior_code.none
|
drive_behavior_code = _drive_behavior_code.none
|
||||||
|
|
||||||
loc_method = LocConfig._loc_method.gps
|
loc_method = LocConfig._loc_method.all
|
||||||
|
|
||||||
loc_gps_read_timeout = 300
|
loc_gps_read_timeout = 300
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user