diff --git a/python/__init__.py b/python/__init__.py index 9d4722d5..a8d89d27 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -622,12 +622,6 @@ class Panda: # ******************* control ******************* - def enter_bootloader(self): - try: - self._handle.controlWrite(Panda.REQUEST_OUT, 0xd1, 0, 0, b'') - except Exception: - logging.exception("exception while entering bootloader") - def get_version(self): return self._handle.controlRead(Panda.REQUEST_IN, 0xd6, 0, 0, 0x40).decode('utf8')