mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
allow ".bin.gz" filter in updater file selector (#7026)
This commit is contained in:
parent
baf223c6cb
commit
0989932669
@ -21,12 +21,12 @@ static const char serverIndex[] PROGMEM =
|
|||||||
<body>
|
<body>
|
||||||
<form method='POST' action='' enctype='multipart/form-data'>
|
<form method='POST' action='' enctype='multipart/form-data'>
|
||||||
Firmware:<br>
|
Firmware:<br>
|
||||||
<input type='file' accept='.bin' name='firmware'>
|
<input type='file' accept='.bin,.bin.gz' name='firmware'>
|
||||||
<input type='submit' value='Update Firmware'>
|
<input type='submit' value='Update Firmware'>
|
||||||
</form>
|
</form>
|
||||||
<form method='POST' action='' enctype='multipart/form-data'>
|
<form method='POST' action='' enctype='multipart/form-data'>
|
||||||
FileSystem:<br>
|
FileSystem:<br>
|
||||||
<input type='file' accept='.bin' name='filesystem'>
|
<input type='file' accept='.bin,.bin.gz' name='filesystem'>
|
||||||
<input type='submit' value='Update FileSystem'>
|
<input type='submit' value='Update FileSystem'>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user