From fc84725ae4c2c0a10f1e9164ffdba2c3596e903f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 25 Dec 2025 09:58:52 +0000 Subject: [PATCH 1/2] Initial plan From 99e07432814179cb2a78e7897467aea53932d4de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 25 Dec 2025 10:06:30 +0000 Subject: [PATCH 2/2] Fix Hub75 shown incorrectly in LED output dropdowns Call hideHub75() after dynamically adding new LED outputs to ensure Hub75 options are removed when Hub75 support is not compiled in. Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com> --- wled00/data/settings_leds.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm index 1bde6fbc97..487f338563 100644 --- a/wled00/data/settings_leds.htm +++ b/wled00/data/settings_leds.htm @@ -464,6 +464,7 @@

Auto-calculate white channel from RGB:
 
`; f.insertAdjacentHTML("beforeend", cn); + hideHub75(); // remove Hub75 options if not supported } if (n==-1) { o[--i].remove();--i;