Skip to content

OTA Update Web Browser - MobileFirst #3961

Closed
@MSergW

Description

@MSergW

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions