aboutsummaryrefslogtreecommitdiff
path: root/nicla
diff options
context:
space:
mode:
Diffstat (limited to 'nicla')
-rw-r--r--nicla/road.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicla/road.py b/nicla/road.py
index adc79a4..02867b8 100644
--- a/nicla/road.py
+++ b/nicla/road.py
@@ -60,5 +60,5 @@ while(True):
print(data)
uart.uart_buffer(data)
drive(img)
- uart.uart_buffer(DUI_CMD_SPEED_END)
+ #uart.uart_buffer(DUI_CMD_SPEED_END)
clock.tick()