From 2d6d5ab77d65fc6e6d878fb2334502ea295fb51c Mon Sep 17 00:00:00 2001 From: KaufHA <89616381+KaufHA@users.noreply.github.com> Date: Tue, 14 Dec 2021 15:33:23 -0700 Subject: Update web_server.cpp --- components/web_server/web_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

")); if (this->allow_ota_) { stream->print(F("

OTA Update

" - "
**** DO NOT USE TASMOTA-MINIMAL.BIN or .BIN.GZ. **** Use tasmota.bin.gz.
" + "**** DO NOT USE TASMOTA-MINIMAL.BIN or .BIN.GZ. **** Use tasmota.bin.gz.
" "After the firmware is uploaded, a blank page will appear with the message Update Successful!. If anything strange or different happens, please remove power to the plug before trying to flash again.

" "
")); -- cgit v1.2.3