Skip to content

Commit

Permalink
Update installer2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alf45tar authored Oct 5, 2024
1 parent 127e7c9 commit a74650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer2.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h1>PedalinoMini™ Installer</h1>

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.";
Expand Down

0 comments on commit a74650a

Please sign in to comment.