We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf223c commit 0989932Copy full SHA for 0989932
libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer-impl.h
@@ -21,12 +21,12 @@ static const char serverIndex[] PROGMEM =
21
<body>
22
<form method='POST' action='' enctype='multipart/form-data'>
23
Firmware:<br>
24
- <input type='file' accept='.bin' name='firmware'>
+ <input type='file' accept='.bin,.bin.gz' name='firmware'>
25
<input type='submit' value='Update Firmware'>
26
</form>
27
28
FileSystem:<br>
29
- <input type='file' accept='.bin' name='filesystem'>
+ <input type='file' accept='.bin,.bin.gz' name='filesystem'>
30
<input type='submit' value='Update FileSystem'>
31
32
</body>
0 commit comments