fix a plethora of bugs related to the serial connector

This commit is contained in:
SHC-ASTRA
2026-04-01 01:48:40 -05:00
parent f7efa604d2
commit e570d371c6
4 changed files with 27 additions and 6 deletions

View File

@@ -217,6 +217,7 @@ class CANConnector(Connector):
# filter to busses whose channel matches the can_override
if can_override:
self.logger.info(f"overrode can interface with {can_override}")
avail = list(
filter(
lambda b: b.get("channel") == can_override,