mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
bump panda (#27510)
* bump panda * fix mypy * bump panda old-commit-hash: 5326c14b433371861a0014675d833a4d3e6602bc
This commit is contained in:
+1
-1
Submodule panda updated: e0e754de2c...79210e8c2b
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user