update: gps settings

This commit is contained in:
JackSun 2022-06-02 13:44:58 +08:00
parent f8623e9a57
commit 237f83b7e3
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit db55b42e966a5e838c9c2862edef40aee39fe41a
Subproject commit 4c20c31708e2ba12b4d7b695096023fe55fe41fa

View File

@ -65,9 +65,9 @@ class LocConfig(object):
"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

View File

@ -70,7 +70,7 @@ class UserConfig(object):
drive_behavior_code = _drive_behavior_code.none
loc_method = LocConfig._loc_method.gps
loc_method = LocConfig._loc_method.all
loc_gps_read_timeout = 300