From 9b975e825a8715a674ad7904aee90ebffed813a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:56:30 +0000 Subject: [PATCH 1/2] Initial plan From 56ba98d58d9c2e14b9f63eb2b0283e28161fc2a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:05:54 +0000 Subject: [PATCH 2/2] Fix: Ensure Hub75 options are hidden for dynamically added LED outputs Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com> --- wled00/data/settings_leds.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm index 1bde6fbc97..232d8f65b6 100644 --- a/wled00/data/settings_leds.htm +++ b/wled00/data/settings_leds.htm @@ -464,6 +464,8 @@

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