Update rc_controller.py

This commit is contained in:
Alan Wang
2022-01-16 11:55:14 +08:00
committed by GitHub
parent 7eced677a3
commit 7f20c686ac

View File

@@ -38,7 +38,7 @@ while True:
display.show(Image.ARROW_W)
radio.send('right')
else:
display.show(Image.SQUARE)
display.show(Image.DIAMOND)
radio.send('stop')
sleep(100)