aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKaufHA <[email protected]>2021-12-14 15:33:23 -0700
committerGitHub <[email protected]>2021-12-14 15:33:23 -0700
commit2d6d5ab77d65fc6e6d878fb2334502ea295fb51c (patch)
tree99f912c6130f85728c62af9543f6d14522f4c1e4
parent86067f252a9763c84dab1e3dc5addc5699b34757 (diff)
downloadPLF10-2d6d5ab77d65fc6e6d878fb2334502ea295fb51c.tar.gz
PLF10-2d6d5ab77d65fc6e6d878fb2334502ea295fb51c.zip
Update web_server.cppv1.82
-rw-r--r--components/web_server/web_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/web_server/web_server.cpp b/components/web_server/web_server.cpp
index aecd6fb..719de4f 100644
--- a/components/web_server/web_server.cpp
+++ b/components/web_server/web_server.cpp
@@ -270,7 +270,7 @@ void WebServer::handle_index_request(AsyncWebServerRequest *request) {
"REST API documentation.</p>"));
if (this->allow_ota_) {
stream->print(F("<h2>OTA Update</h2>"
- "<br />**** DO NOT USE <b>TASMOTA-MINIMAL</b>.BIN or .BIN.GZ. **** Use tasmota.bin.gz.<br />"
+ "**** DO NOT USE <b>TASMOTA-MINIMAL</b>.BIN or .BIN.GZ. **** Use tasmota.bin.gz.<br />"
"After the firmware is uploaded, a blank page will appear with the message <b>Update Successful!</b>. If anything strange or different happens, please remove power to the plug before trying to flash again. <br /><br /> "
"<form method=\"POST\" action=\"/update\" enctype=\"multipart/form-data\"><input "
"type=\"file\" name=\"update\"><input type=\"submit\" value=\"Update\"></form>"));