fix: anchor enables CAN Relay

This commit is contained in:
Tristan McGinnis
2025-04-12 14:48:40 -05:00
committed by David
parent f4a611567e
commit 5df3027fa0

View File

@@ -45,6 +45,7 @@ class SerialRelay(Node):
#(f"Checking port {port}...")
ser.write(b"ping\n")
response = ser.read_until("\n")
ser.write(b"can_relay_mode,on\n")
# if pong is in response, then we are talking with the MCU
if b"pong" in response: