mirror of
https://github.com/wled/WLED.git
synced 2025-11-15 22:10:41 +00:00
Merge branch 'configurable-fps' of https://github.com/aircoookie/WLED into dev
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user