Revert some effects to SR0.13 code and fix checkbox type in useLedArray
mode_wavesins (no reduced slider) mode_2DLissajous (add setUpLeds, >>5 -> >>6) mode_2DWaverly (thisVal) mode_2DAkemi (add setUpLeds)
This commit is contained in:
@@ -379,7 +379,7 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
sappend('v',SET_F("CB"),strip.cctBlending);
|
||||
sappend('v',SET_F("FR"),strip.getTargetFps());
|
||||
sappend('v',SET_F("AW"),Bus::getAutoWhiteMode());
|
||||
sappend('v',SET_F("LD"),strip.useLedsArray);
|
||||
sappend('c',SET_F("LD"),strip.useLedsArray);
|
||||
|
||||
for (uint8_t s=0; s < busses.getNumBusses(); s++) {
|
||||
Bus* bus = busses.getBus(s);
|
||||
|
||||
Reference in New Issue
Block a user