Update rc_movemini.py

This commit is contained in:
Alan Wang
2022-01-16 11:57:30 +08:00
committed by GitHub
parent 7f20c686ac
commit b45294782c

View File

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