diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm index 3b95dd48..53530c4c 100644 --- a/wled00/data/settings.htm +++ b/wled00/data/settings.htm @@ -21,7 +21,7 @@ border-radius: var(--h); font-size: 6vmin; height: var(--h); - width: calc(100%% - 40px); + width: calc(100%% - 40px); /* needed for AsyncWebServer parsing */ margin-top: 2vh; } diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm index a3718fee..dfcea929 100644 --- a/wled00/data/settings_leds.htm +++ b/wled00/data/settings_leds.htm @@ -245,7 +245,7 @@ // memory usage and warnings gId('m0').innerHTML = memu; bquot = memu / maxM * 100; - gId('dbar').style.background = `linear-gradient(90deg, ${bquot > 60 ? (bquot > 90 ? "red":"orange"):"#ccc"} 0 ${bquot}%%, #444 ${bquot}%% 100%%)`; + gId('dbar').style.background = `linear-gradient(90deg, ${bquot > 60 ? (bquot > 90 ? "red":"orange"):"#ccc"} 0 ${bquot}%, #444 ${bquot}% 100%)`; gId('ledwarning').style.display = (maxLC > Math.min(maxPB,800) || bquot > 80) ? 'inline':'none'; gId('ledwarning').style.color = (maxLC > Math.max(maxPB,800) || bquot > 100) ? 'red':'orange'; gId('wreason').innerHTML = (bquot > 80) ? "80% of max. LED memory" +(bquot>100 ? ` (ERROR: Using over ${maxM}B!)` : "") : "800 LEDs per output"; @@ -525,7 +525,6 @@ ${i+1}:  ×
-
IR info
Relay GPIO: Invert  ×

@@ -536,7 +535,7 @@ ${i+1}:

Use Gamma correction for color: (strongly recommended)
Use Gamma correction for brightness: (not recommended)

- Brightness factor: %% + Brightness factor: %

Transitions

Crossfade:
Transition Time: ms
@@ -563,7 +562,7 @@ ${i+1}:
Calculate CCT from RGB:
- CCT additive blending: %% + CCT additive blending: %

Advanced

Palette blending: