log bootstub version in pandad

old-commit-hash: 9d83103b09
This commit is contained in:
Willem Melching 2020-04-13 14:41:36 -07:00
parent e34bc5b370
commit bd9ca30ee8
1 changed files with 2 additions and 1 deletions

View File

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