We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114f85f commit 14ffde4Copy full SHA for 14ffde4
wled00/data/update.htm
@@ -40,6 +40,7 @@ <h2>WLED Software Update</h2>
40
Download the latest binary: <a href="https://github.com/Aircoookie/WLED/releases" target="_blank"
41
style="vertical-align: text-bottom; display: inline-flex;">
42
<img src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square"></a><br>
43
+ <input type="hidden" name="skipValidation" value="" id="sV">
44
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
45
<input type='checkbox' onchange="sV.value=checked?1:''" id="skipValidation">
46
<label for='skipValidation'>Ignore firmware validation</label><br>
0 commit comments