mirror of
https://github.com/zzzzDev4/IAS-Better-Tea.git
synced 2025-04-21 07:31:20 +02:00
changed LED color to white
This commit is contained in:
parent
364d721d8c
commit
6ffd5f4332
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ void SmartStrip::progressBar(int min, int max, int val)
|
||||||
// update strip
|
// update strip
|
||||||
for (int i = 14; i >= level; i--)
|
for (int i = 14; i >= level; i--)
|
||||||
{
|
{
|
||||||
leds[i].setRGB(0, 0, 1);
|
leds[i].setRGB(3, 3, 3);
|
||||||
FastLED.show();
|
FastLED.show();
|
||||||
FastLED.show();
|
FastLED.show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue