fix: dev: bug int turnOff(ALL) fixed

This commit is contained in:
hhau
2023-11-26 11:34:24 +01:00
parent 1b330e1520
commit 4546330c15
3 changed files with 6 additions and 2 deletions

View File

@ -12,5 +12,7 @@ dezibot.multiColorLight.setLed(TOP_LEFT,0x000000FF);
dezibot.multiColorLight.setLed(TOP_RIGHT,dezibot.multiColorLight.color(0,100,0));
dezibot.multiColorLight.blink(10,0x00FF0000,BOTTOM,500);
delay(1000);
dezibot.multiColorLight.turnOff(ALL);
delay(1000);
}