We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336bf7b commit a3a3643Copy full SHA for a3a3643
sketches/robot/main.py
@@ -291,6 +291,8 @@ def calibrate_color():
291
a.drive(0, 0)
292
showFreezeAnimation()
293
showReadyToPlayLeds()
294
+ while a.get_color_label() == "BLUE" or a.get_color_label() == "LIGHT BLUE":
295
+ receiveAndExecuteFromEspNow()
296
elif color == "GREEN" or color == "LIGHT GREEN":
297
if not isPlayingReverted:
298
deadline = ticks_add(
0 commit comments