mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
qcomgpsd: retry quectel setup (#30632)
old-commit-hash: 2f2b9c782e2cef0cc972b39bcdc484fe0d8c9dfb
This commit is contained in:
@@ -147,6 +147,7 @@ def inject_assistance():
|
||||
subprocess.check_output(cmd, stderr=subprocess.PIPE, shell=True)
|
||||
cloudlog.info("successfully loaded assistance data")
|
||||
|
||||
@retry(attempts=5, delay=1.0)
|
||||
def setup_quectel(diag: ModemDiag) -> bool:
|
||||
ret = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user