mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
log bootstub version in pandad
This commit is contained in:
@@ -72,7 +72,8 @@ def update_panda():
|
||||
cloudlog.info("Done flashing")
|
||||
|
||||
if panda.bootstub:
|
||||
cloudlog.info("Flashed firmware not booting, flashing development bootloader")
|
||||
bootstub_version = panda.get_version()
|
||||
cloudlog.info(f"Flashed firmware not booting, flashing development bootloader. Bootstub version: {bootstub_version}")
|
||||
panda.recover()
|
||||
cloudlog.info("Done flashing bootloader")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user