Welcome to the WLED web installer!
++ Please try on Desktop Chrome or Edge.
+ Find binary files here:
+ + + +
- Plug in your ESP to a USB port. We will install WLED 0.12.0 to it. -
- Hit "Install" and select the correct COM port. No device found? +
- Hit "Install" and select the correct COM port.
+ No device found?
+
You might be missing the drivers for your board.
+
+ Here are drivers for chips commonly used in ESP boards:
+ CP2102 (square chip)
+ CH34x (rectangular chip)
+ Make sure your USB cable supports data transfer.
+
- Get WLED installed and connected in less than 3 minutes!
diff --git a/script.js b/script.js index 7149255..9439ce7 100644 --- a/script.js +++ b/script.js @@ -63,20 +63,11 @@ function checkSupported() { } function unsupported() { - document.getElementById('flasher').innerHTML = `Sorry, your browser is not yet supported!
- Please try on Desktop Chrome or Edge.
- Find binary files here:
- - - ` + document.getElementById("flasher").hidden = true; + document.getElementById("unsupported").hidden = false; } function showSerialHelp() { - document.getElementById('coms').innerHTML = `Hit "Install" and select the correct COM port.
- You might be missing the drivers for your board.
- Here are drivers for chips commonly used in ESP boards:
- CP2102 (square chip)
- CH34x (rectangular chip)
- Make sure your USB cable supports data transfer.
- `; + document.getElementById("showSerialHelp").hidden = true; + document.getElementById("serialHelp").hidden = false; } From 06fef23a7ccac1ee5b5f1aabe8881912e03bd728 Mon Sep 17 00:00:00 2001 From: kap1bala <243586394+kap1bala@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:13:13 +0800 Subject: [PATCH 3/8] fix: improve serial help visibility and clean up HTML structure --- index.htm | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/index.htm b/index.htm index dddad46..7f552e1 100644 --- a/index.htm +++ b/index.htm @@ -40,11 +40,13 @@
Welcome to the WLED web installer!
You might be missing the drivers for your board.
- Here are drivers for chips commonly used in ESP boards:
- CP2102 (square chip)
- CH34x (rectangular chip)
- Make sure your USB cable supports data transfer.
+ You might be missing the drivers for your board.
+ Here are drivers for chips commonly used in ESP boards:
+ CP2102 (square chip)
+ CH34x (rectangular chip)
+ Make sure your USB cable supports data transfer.
+
Welcome to the WLED web installer!
- +
+ +
Powered by ESP Web Tools
CORS proxy by Corsfix
GitHub kno.wled.ge - +