mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 12:43:53 +08:00
qcomgpsd: retry quectel setup (#30632)
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