Skip to content

Commit

Permalink
Update flash0.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr4nkFletcher authored Feb 6, 2024
1 parent fd1585d commit 054eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1>Cheap-Yellow-Marauder Web Flasher</h1>
document.querySelectorAll('input[name="type"]').forEach(radio =>
radio.addEventListener("change", () => {
const button = document.querySelector('esp-web-install-button');
button.manifest = `/web/manifest_${radio.value}.json`;
button.manifest = `./web/manifest_${radio.value}.json`;
button.classList.remove('invisible');
}
));
Expand Down

0 comments on commit 054eb96

Please sign in to comment.