We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f128bd8 commit 848925cCopy full SHA for 848925c
src/configServer.cpp
@@ -69,7 +69,7 @@ static WiFiMulti wifiMulti;
69
// - back navigation after save
70
static const char* const header =
71
"<!DOCTYPE html>\n"
72
- "<html lang='en'><head><meta charset='utf-8'/><title>{title}</title>"
+ "<html lang='en'><head><meta charset='utf-8'/><title>{title}</title><meta name='viewport' content='width=device-width,initial-scale=1.0' />"
73
// STYLE
74
"<style>"
75
"#file-input,input, button {width:100%;height:44px;border-radius:4px;margin:10px auto;font-size:15px;}"
0 commit comments