From 5f5f30eedc72f62c7a10dec0c57ffeeb7a92faf6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 29 Oct 2021 11:18:42 -0700 Subject: [PATCH] remove forwarding from python lib --- python/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/__init__.py b/python/__init__.py index 579c655a..4880b6fb 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -465,10 +465,6 @@ class Panda(object): self.set_heartbeat_disabled() self.set_power_save(0) - def set_can_forwarding(self, from_bus, to_bus): - # TODO: This feature may not work correctly with saturated buses - self._handle.controlWrite(Panda.REQUEST_OUT, 0xdd, from_bus, to_bus, b'') - def set_gmlan(self, bus=2): # TODO: check panda type if bus is None: