Update rc_movemini.py

This commit is contained in:
Alan Wang
2022-01-16 11:47:10 +08:00
committed by GitHub
parent 9bf24727b7
commit 90f7335619

View File

@@ -72,7 +72,7 @@ class MoveMini:
car = MoveMini()
while True:
sleep(5)
sleep(10)
direction = radio.receive()
if direction == None: