openpilot v0.8.6 release

This commit is contained in:
Vehicle Researcher
2021-07-14 17:34:36 -07:00
parent ce6564c684
commit b201dc1996
429 changed files with 9831 additions and 11933 deletions

View File

@@ -22,7 +22,6 @@ class PandaDFU(object):
continue
if this_dfu_serial == dfu_serial or dfu_serial is None:
self._handle = device.open()
self.legacy = "07*128Kg" in self._handle.getASCIIStringDescriptor(4)
return
raise Exception("failed to open " + dfu_serial if dfu_serial is not None else "DFU device")