mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 03:36:45 +00:00
fixing some spacing
This commit is contained in:
parent
4729bce16c
commit
37da53c20e
@ -120,9 +120,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
|
|||||||
if (t >= 0 && t < 4) strip.paletteBlend = t;
|
if (t >= 0 && t < 4) strip.paletteBlend = t;
|
||||||
strip.reverseMode = request->hasArg("RV");
|
strip.reverseMode = request->hasArg("RV");
|
||||||
skipFirstLed = request->hasArg("SL");
|
skipFirstLed = request->hasArg("SL");
|
||||||
|
|
||||||
disableNLeds = request->arg("DL").toInt();
|
disableNLeds = request->arg("DL").toInt();
|
||||||
|
|
||||||
t = request->arg("BF").toInt();
|
t = request->arg("BF").toInt();
|
||||||
if (t > 0) briMultiplier = t;
|
if (t > 0) briMultiplier = t;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user