Changing Index based selection on solid color pattern for name based one.
This commit is contained in:
parent
b4afca5630
commit
20dd058162
@ -826,7 +826,7 @@ void setSolidColor(uint8_t r, uint8_t g, uint8_t b)
|
||||
EEPROM.write(4, b);
|
||||
EEPROM.commit();
|
||||
|
||||
setPattern(29);
|
||||
setPatternName("Solid Color");
|
||||
|
||||
broadcastString("color", String(solidColor.r) + "," + String(solidColor.g) + "," + String(solidColor.b));
|
||||
FastLED.show();
|
||||
|
Loading…
Reference in New Issue
Block a user