Skip to content

Commit

Permalink
allow ".bin.gz" filter in updater file selector (#7026)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v authored Jan 25, 2020
1 parent baf223c commit 0989932
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ static const char serverIndex[] PROGMEM =
<body>
<form method='POST' action='' enctype='multipart/form-data'>
Firmware:<br>
<input type='file' accept='.bin' name='firmware'>
<input type='file' accept='.bin,.bin.gz' name='firmware'>
<input type='submit' value='Update Firmware'>
</form>
<form method='POST' action='' enctype='multipart/form-data'>
FileSystem:<br>
<input type='file' accept='.bin' name='filesystem'>
<input type='file' accept='.bin,.bin.gz' name='filesystem'>
<input type='submit' value='Update FileSystem'>
</form>
</body>
Expand Down

0 comments on commit 0989932

Please sign in to comment.