board: remove set_phone_power (#1747)

This commit is contained in:
Adeeb Shihadeh
2023-11-25 13:17:08 -08:00
committed by GitHub
parent c67c973b99
commit 6eb89cefdf
13 changed files with 1 additions and 28 deletions

View File

@@ -920,10 +920,6 @@ class Panda:
a = struct.unpack("H", dat)
return a[0]
# ****************** Phone *****************
def set_phone_power(self, enabled):
self._handle.controlWrite(Panda.REQUEST_OUT, 0xb3, int(enabled), 0, b'')
# ****************** Siren *****************
def set_siren(self, enabled):
self._handle.controlWrite(Panda.REQUEST_OUT, 0xf6, int(enabled), 0, b'')