From 94876d23c89253a2eed04a754688cbe2f4f4bc34 Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 18 Jun 2022 13:24:37 +0200 Subject: [PATCH] prevent OTA from restarting after reboot --- WebCfgServer.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 64d9bbd..ca13bb2 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -455,7 +455,7 @@ void WebCfgServer::buildOtaHtml(String &response) buildHtmlHeader(response); response.concat("
Choose a file to upload:
"); response.concat("
"); - response.concat("
Initiating Over-the-air update. This will take about a minute, please be patient.
You will be forwarwed automatically when the update is complete.
"); + response.concat("
Initiating Over-the-air update. This will take about a minute, please be patient.
You will be forwarded automatically when the update is complete.
"); response.concat("