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:
Kurt Nistelberger
2022-10-28 23:43:12 +02:00
committed by GitHub
parent bdadda4a0e
commit c2225a4943
+1
View File
@@ -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")