From a74650a761f7617d810bffd729a50f4c9f12d801 Mon Sep 17 00:00:00 2001 From: alf45tar <35426671+alf45tar@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:39:25 +0200 Subject: [PATCH] Update installer2.html --- installer2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer2.html b/installer2.html index 9fc680c..bb20954 100644 --- a/installer2.html +++ b/installer2.html @@ -208,7 +208,7 @@

PedalinoMiniā„¢ Installer

versionSelect.disabled = false; const button = document.querySelector('esp-web-install-button'); - button.manifest = versions[0].value; + button.manifest = versionSelect.options[0].value; statusMessage.textContent = "Scanning completed."; } else { statusMessage.textContent = "No firmware files found for the selected board.";