qcomgpsd: retry quectel setup (#30632)

old-commit-hash: 2f2b9c782e
chrysler-long2
Adeeb Shihadeh 1 year ago committed by GitHub
parent 5fbf86a4d9
commit e59a830852
  1. 1
      system/qcomgpsd/qcomgpsd.py

@ -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

Loading…
Cancel
Save