openpilot v0.8.10 release

This commit is contained in:
Vehicle Researcher
2021-10-26 00:14:37 -07:00
parent 37192c1aba
commit 93e8dbb8b5
1060 changed files with 60286 additions and 33013 deletions

View File

@@ -34,7 +34,7 @@ def flash_release(path=None, st_serial=None):
zf = ZipFile(path)
zf.printdir()
version = zf.read("version").decode()
version = zf.read("version").decode().strip()
status("0. Preparing to flash " + str(version))
code_bootstub = zf.read("bootstub.panda.bin")