From 97718328a3a7e28ef4935214f541d280cc688f83 Mon Sep 17 00:00:00 2001 From: Lucian Kranz Date: Wed, 28 Jan 2026 05:43:46 +0100 Subject: [PATCH] never remove "Ready to Flash!" button text --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index ed8b989..21889ec 100644 --- a/index.html +++ b/index.html @@ -183,10 +183,7 @@ document.querySelector("esp-web-install-button").manifest = URL.createObjectURL(manifestBlob); btn.textContent = 'Ready to Flash!'; - setTimeout(() => { - btn.textContent = ''; - btn.disabled = true; - }, 2000); + btn.disabled = true; } catch (error) { console.error(error); btn.textContent = 'Error - Try Again';