Skip to content

Commit 14ffde4

Browse files
committed
Fix bad backport merge on update.htm
1 parent 114f85f commit 14ffde4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/data/update.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h2>WLED Software Update</h2>
4040
Download the latest binary:&nbsp;<a href="https://github.com/Aircoookie/WLED/releases" target="_blank"
4141
style="vertical-align: text-bottom; display: inline-flex;">
4242
<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">
4344
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
4445
<input type='checkbox' onchange="sV.value=checked?1:''" id="skipValidation">
4546
<label for='skipValidation'>Ignore firmware validation</label><br>

0 commit comments

Comments
 (0)