log bootstub version in pandad

albatross
Willem Melching 2020-04-13 14:41:36 -07:00
parent c4acf68b96
commit 9d83103b09
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")