bump panda (#27510)

* bump panda

* fix mypy

* bump panda
old-commit-hash: 5326c14b433371861a0014675d833a4d3e6602bc
This commit is contained in:
Adeeb Shihadeh
2023-03-07 16:17:23 -08:00
committed by GitHub
parent 5d2d0c4b26
commit 9f378b4857
2 changed files with 4 additions and 4 deletions
+1 -1
Submodule panda updated: e0e754de2c...79210e8c2b
+3 -3
View File
@@ -84,9 +84,9 @@ def main() -> NoReturn:
params.remove("PandaSignatures")
# Flash all Pandas in DFU mode
for p in PandaDFU.list():
cloudlog.info(f"Panda in DFU mode found, flashing recovery {p}")
PandaDFU(p).recover()
for serial in PandaDFU.list():
cloudlog.info(f"Panda in DFU mode found, flashing recovery {serial}")
PandaDFU(serial).recover()
time.sleep(1)
panda_serials = Panda.list()