From 05bece94625d3147e54928595fe317ad3100b434 Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 28 Jan 2023 18:36:10 +0100 Subject: [PATCH] increase OTA timeout to 2 minutes --- WebCfgServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 9912242..0bf0db6 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -568,7 +568,7 @@ void WebCfgServer::buildOtaHtml(String &response) response.concat("
Choose the updated nuki_hub.bin file to upload:
"); response.concat("
"); - 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("
Initiating Over-the-air update. This will take about two minutes, please be patient.
You will be forwarded automatically when the update is complete.
"); response.concat("");