dragonpilot beta3

date: 2023-08-14T16:27:10
commit: 90b4f6596bf852f4add5a8faa7581aabb57e4ba4
This commit is contained in:
dragonpilot
2023-08-14 16:24:20 +08:00
parent 53534a739b
commit 58934b517d
82 changed files with 2994 additions and 3024 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ class STBootloaderSPIHandle(BaseSTBootloaderHandle):
self._mcu_type = MCU_TYPE_BY_IDCODE[self.get_chip_id()]
except PandaSpiException:
raise PandaSpiException("failed to connect to panda") from None
raise PandaSpiException("failed to connect to panda") # pylint: disable=W0707
def _get_ack(self, spi, timeout=1.0):
data = 0x00