mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
QuectelGPS: add supl server (#26259)
add supl server Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com> old-commit-hash: 8f70a84a417f848793f87d6c79c25f3ce15d5d38
This commit is contained in:
committed by
GitHub
parent
bdadda4a0e
commit
c2225a4943
@@ -124,6 +124,7 @@ def setup_quectel(diag: ModemDiag):
|
||||
# don't automatically turn on GNSS on powerup
|
||||
at_cmd("AT+QGPSCFG=\"autogps\",0")
|
||||
|
||||
at_cmd("AT+QGPSSUPLURL=\"supl.google.com:7275\"")
|
||||
at_cmd("AT+QGPSCFG=\"outport\",\"usbnmea\"")
|
||||
at_cmd("AT+QGPS=1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user