Propagate the send_line change down

This commit is contained in:
Danny Staple
2023-01-04 22:50:25 +00:00
parent 9e39796cf2
commit fe92edb605
10 changed files with 39 additions and 9 deletions
+3
View File
@@ -65,3 +65,6 @@ def set_left(speed):
def set_right(speed):
set_speed(right_motor, speed)
def send_line(message):
uart.write(f"{message}\n".encode())