From e697cc5ec8c57bc33449bdb63c748a1ef6482c3c Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 28 Sep 2022 09:43:08 +0200 Subject: [PATCH] Addjusted time notes in OTA page --- sd-card/html/ota_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-card/html/ota_page.html b/sd-card/html/ota_page.html index 74d90c20..4ef28151 100644 --- a/sd-card/html/ota_page.html +++ b/sd-card/html/ota_page.html @@ -193,13 +193,13 @@ function upload() { var upload_path = "/upload/firmware/" + filePath; xhttp.open("POST", upload_path, true); - document.getElementById("status").innerText = "Status: Uploading (takes up to 30s)..."; + document.getElementById("status").innerText = "Status: Uploading (takes up to 60s)..."; xhttp.send(file); } function extract() { - document.getElementById("status").innerText = "Status: Processing on ESP32 (takes up to 2 minutes)..."; + document.getElementById("status").innerText = "Status: Processing on ESP32 (takes up to 3 minutes)..."; var xhttp = new XMLHttpRequest(); /* first delete the old firmware */