|
15 | 15 | </head> |
16 | 16 | <body onload="checkSupported()"> |
17 | 17 | <div id="overlay"> |
18 | | - <div id="text"><font size="7"> |
19 | | - <b>Web Installer under maintenance</b> |
20 | | - </font> |
| 18 | + <div id="text"> |
| 19 | + <h1>Web Installer under maintenance</h1> |
21 | 20 | <br> The WLED web installer is currently out of service due to maintenance work and will be back online shortly. |
22 | 21 | <br><br> In the meantime, you can use the webinstaller provided by Wladi: <a href="https://wled-install.github.io/">https://wled-install.github.io/</a> |
23 | 22 | </div> |
|
26 | 25 | <div class="main"> |
27 | 26 | <h2>Welcome to the WLED web installer!</h2> |
28 | 27 |
|
| 28 | +<div id="unsupported" hidden> |
| 29 | + Sorry, your browser is not yet supported!<br> |
| 30 | + Please try on Desktop Chrome or Edge.<br> |
| 31 | + Find binary files here:<br> |
| 32 | + <a href="https://github.com/Aircoookie/WLED/releases" target="_blank"> |
| 33 | + <button class="btn" slot="activate">GitHub Releases</button> |
| 34 | + </a> |
| 35 | +</div> |
| 36 | + |
29 | 37 | <div id="flasher"> |
30 | 38 |
|
31 | 39 | <ol> |
32 | 40 | <li>Plug in your ESP to a USB port. We will install WLED <span id="verstr">0.12.0</span> to it.</li> |
33 | | - <li id="coms">Hit "Install" and select the correct COM port. <a onclick="showSerialHelp()">No device found?</a></li> |
| 41 | + <li id="coms">Hit "Install" and select the correct COM port. |
| 42 | + <a id="showSerialHelp" onclick="showSerialHelp()">No device found?</a> |
| 43 | + <p id="serialHelp" hidden> |
| 44 | + You might be missing the drivers for your board.<br> |
| 45 | + Here are drivers for chips commonly used in ESP boards:<br> |
| 46 | + <a href="https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers" target="_blank">CP2102 (square chip)</a><br> |
| 47 | + <a href="https://github.com/nodemcu/nodemcu-devkit/tree/master/Drivers" target="_blank">CH34x (rectangular chip)</a><br><br> |
| 48 | + Make sure your USB cable supports data transfer.<br><br> |
| 49 | + </p> |
| 50 | + </li> |
| 51 | + |
34 | 52 | <li>Get WLED installed and connected in less than 3 minutes!</li> |
35 | 53 | </ol><br><br> |
36 | 54 |
|
@@ -96,23 +114,17 @@ <h2>Welcome to the WLED web installer!</h2> |
96 | 114 | <input class="radio__input" type="radio" value="debug" name="version" id="debug"> |
97 | 115 | <label class="radio__label" for="debug" id="debug_label">DEBUG</label> |
98 | 116 | </div> |
99 | | - <br> |
100 | | - <div class="container inst-button"> |
101 | | - <esp-web-install-button |
102 | | - id="inst" |
103 | | - manifest="" |
104 | | - > |
105 | | - <button class="btn" slot="activate">Install</button> |
106 | | - </esp-web-install-button><br> |
107 | | - |
108 | | -</div> |
109 | | -<br></brY><br>Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a><br> |
| 117 | + <br> |
| 118 | + <div class="container inst-button"> |
| 119 | + <esp-web-install-button id="inst" manifest=""> |
| 120 | + <button class="btn" slot="activate">Install</button> |
| 121 | + </esp-web-install-button><br> |
| 122 | + </div> |
| 123 | + |
| 124 | +<br><br>Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a><br> |
110 | 125 | CORS proxy by <a href="https://corsfix.com" target="_blank">Corsfix</a><br> |
111 | 126 | <br><a href="https://github.com/Aircoookie/WLED" target="_blank">GitHub</a> <a href="https://kno.wled.ge" target="_blank">kno.wled.ge</a> |
112 | 127 |
|
113 | | -<script |
114 | | - type = "text/javascript" |
115 | | - src="script.js" |
116 | | -></script> |
| 128 | +<script src="script.js"></script> |
117 | 129 | </body> |
118 | 130 | </html> |
0 commit comments