@@ -36,17 +36,19 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()=====";
3636
3737// Autogenerated from wled00/data/update.htm, do not edit!!
3838const char PAGE_update [] PROGMEM = R "=====(<!DOCTYPE html><html><head><meta content=" width = device - width " name=" viewport ">
39- < title > WLED Update < /title > < script > function B (){window .history .back ()}< /script >
40- < style >
41- .bt {background :#333 ;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}
42- < /style > < /head > < body > < h2 > WLED Software Update < /h2 > Installed version : 0.11 .0 < br >
43- Download the latest binary : < a
39+ < title > WLED Update < /title > < script >
40+ function B (){window .history .back ()}function U (){document .getElementById ("uf" ).style .display = "none" ,document .getElementById ("msg" ).style .display = "block" }
41+ < /script > < style >
42+ .bt {background :#333 ;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}#msg{display:none}
43+ < /style > < /head > < body > < h2 > WLED Software Update < /h2 > < form method = "POST"
44+ action = "/update " id=" uf " enctype=" multipart /form - data " onsubmit=" U ()">
45+ Installed version : 0.11 .1 < br > Download the latest binary : < a
4446href = "https://github.com/Aircoookie/WLED/releases" target = "_blank" > < img
4547src = "https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square" >
46- < /a > < br > < form method = "POST" action = "/ update " enctype=" multipart / form - data " >
47- < input type = "file " class = "bt" name = "update" required > < br > < input type = "submit "
48- class = "bt" value = "Update!" > < / form > < button type = "button" class = "bt"
49- onclick = "B()" > Back < / button > < /body > < /html > )== = == ";
48+ < /a > < br > < input type = "file" class = "bt" name = " update" accept = ".bin" required > < br >
49+ < input type = "submit " class = "bt" value = "Update!" > < br > < button type = "button "
50+ class = "bt" onclick = "B()" > Back < / button > < / form > < div id = "msg" > < b > Updating ... < / b >
51+ < br > Please do not close or refresh the page :) < / div > < /body > < /html > )== = == ";
5052
5153
5254// Autogenerated from wled00/data/welcome.htm, do not edit!!
0 commit comments