mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-16 09:58:32 +00:00
Color order override macros
This commit is contained in:
parent
ac010cd7b2
commit
fb91d9b2d4
10 changed files with 121 additions and 53 deletions
|
@ -268,7 +268,7 @@ void getSettingsJS(byte subPage, char* dest)
|
|||
|
||||
sappend('v',SET_F("CA"),briS);
|
||||
sappend('c',SET_F("EW"),useRGBW);
|
||||
sappend('i',SET_F("CO"),strip.colorOrder);
|
||||
sappend('i',SET_F("CO"),strip.getColorOrder());
|
||||
sappend('v',SET_F("AW"),strip.rgbwMode);
|
||||
|
||||
sappend('c',SET_F("BO"),turnOnAtBoot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue