Closed
Description
libraries/ESP8266HTTPUpdateServer/src/ESP8266HTTPUpdateServer.cpp
replace:
R"(<html><body><form method='POST' action='' enctype='multipart/form-data'>
<input type='file' name='update'>
<input type='submit' value='Update'>
</form>
</body></html>)";
to
R"(<!DOCTYPE html><html><head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'/>
</head>
<body><form method='POST' action='' enctype='multipart/form-data'>
<input type='file' name='update'>
<input type='submit' value='Update'></form>
</body></html>)";
then when upgrade from mobile phone - the items will be of normal size
Metadata
Metadata
Assignees
Labels
No labels