Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Sep 22, 2023
1 parent 54e4710 commit f4e5b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 class="ud-hero-title">
const response = fetch('/versions.json').then(async response => {
const versions = await response.json();
const latestVersion = versions.versions[0];
el2.setAttribute('manifest', "./firmware/esp32/"+latestVersion+"/manifest.json";
el2.setAttribute('manifest', "./firmware/esp32/"+latestVersion+"/manifest.json");
versions.versions.forEach(version => {
el.options.add(new Option(version, version))
});
Expand Down

0 comments on commit f4e5b32

Please sign in to comment.