Remove wait time at the end of each loop
This commit is contained in:
@@ -127,6 +127,3 @@ while True:
|
||||
hub.light.on(Color.ORANGE)
|
||||
else:
|
||||
hub.light.on(Color.RED)
|
||||
|
||||
# Wait.
|
||||
wait(10)
|
||||
|
||||
Reference in New Issue
Block a user