Merge branch 'configurable-fps' of https://github.com/aircoookie/WLED into dev

This commit is contained in:
Blaz Kristan
2021-12-26 11:59:22 +01:00
25 changed files with 798 additions and 54 deletions

View File

@@ -336,6 +336,7 @@ void getSettingsJS(byte subPage, char* dest)
sappend('c',SET_F("CCT"),correctWB);
sappend('c',SET_F("CR"),cctFromRgb);
sappend('v',SET_F("CB"),strip.cctBlending);
sappend('v',SET_F("FR"),strip.getTargetFps());
sappend('v',SET_F("AW"),Bus::getAutoWhiteMode());
for (uint8_t s=0; s < busses.getNumBusses(); s++) {