Skip to content

Commit aa406e1

Browse files
committed
html: firmware selection: limit extension only to .bin
This makes it quicker to select firmware image from the output directory. You can still select at File type "All Files" if the extention is diffrent.
1 parent 1d6f0a2 commit aa406e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>Firmware Update</h1>
1212
<form enctype="multipart/form-data" action="/upload" method="POST">
1313
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
14-
Choose a firmware update file to upload: <input name="uploadedfile" type="file" /><br />
14+
Choose a firmware update file to upload: <input name="uploadedfile" type="file" accept=".bin" /><br />
1515
<input type="submit" value="Upload File" />
1616
</form>
1717
<script src="/navigation.js"></script>

0 commit comments

Comments
 (0)