Merge branch 'master' of https://github.com/Aircoookie/WLED into new-CCT

This commit is contained in:
Blaž Kristan
2021-12-01 14:51:45 +01:00
25 changed files with 1971 additions and 1745 deletions

View File

@@ -332,7 +332,10 @@ void getSettingsJS(byte subPage, char* dest)
oappend(SET_F(");"));
sappend('c',SET_F("MS"),autoSegments);
sappend('c',SET_F("CCT"),allowCCT);
sappend('c',SET_F("CCT"),correctWB);
sappend('c',SET_F("CR"),cctFromRgb);
sappend('v',SET_F("CB"),strip.cctBlending);
sappend('v',SET_F("AW"),Bus::getAutoWhiteMode());
for (uint8_t s=0; s < busses.getNumBusses(); s++) {
Bus* bus = busses.getBus(s);