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 4432051 commit 795c41bCopy full SHA for 795c41b
src/main.cpp
@@ -36,7 +36,7 @@ const int httpPort = 80;
36
String deviceName = "斐讯DC1插排";
37
String version = "1.1";
38
ESP8266WebServer server(httpPort);
39
-const char* serverIndex = "<form method='POST' action='/update' enctype='multipart/form-data'><input type='file' name='update'><input type='submit' value='Update'></form>";
+const char* serverIndex = "<h1>更新固件:</h1><form method='POST' action='/update' enctype='multipart/form-data'><input type='file' name='update'><input type='submit' value='开始上传升级'></form>";
40
// 开关的当前状态
41
bool logLedStatus = true;
42
bool wifiLedStatus = true;
0 commit comments