aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKaufHA <[email protected]>2021-12-14 15:30:22 -0700
committerGitHub <[email protected]>2021-12-14 15:30:22 -0700
commit86067f252a9763c84dab1e3dc5addc5699b34757 (patch)
treeca324ed5117c0788d95062fcef29c08135ef8ac7
parent53ee9de33efe40f97ddbae9705cec464b35168b6 (diff)
downloadPLF10-86067f252a9763c84dab1e3dc5addc5699b34757.tar.gz
PLF10-86067f252a9763c84dab1e3dc5addc5699b34757.zip
format flash message
-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 3fb6937..aecd6fb 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>"));