Color order override macros

This commit is contained in:
cschwinne 2020-11-27 23:59:00 +01:00
parent ac010cd7b2
commit fb91d9b2d4
10 changed files with 121 additions and 53 deletions

View file

@ -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);