dragonpilot beta3

date: 2024-02-12T12:52:55
commit: 0f5fdc8c6be06fb8901e8be8f3fa7d00596eb1f4
This commit is contained in:
dragonpilot
2024-02-12 12:50:58 -07:00
parent 7a6a11159f
commit f4ee52f095
397 changed files with 20171 additions and 26229 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class PandaDFU:
return None, handle
@staticmethod
def list() -> List[str]: # noqa: A003
def list() -> List[str]:
ret = PandaDFU.usb_list()
ret += PandaDFU.spi_list()
return list(set(ret))