Skip to content

Commit 2fbd7e9

Browse files
committed
tyop
1 parent 56055a8 commit 2fbd7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 class="ud-hero-title">
122122
const response = fetch('/versions.json').then(async response => {
123123
const versions = await response.json();
124124
const latestVersion = versions.versions[0];
125-
el2.setAttribute('manifest', "./firmware/esp32/"+latestVersion+"/manifest.json"k;
125+
el2.setAttribute('manifest', "./firmware/esp32/"+latestVersion+"/manifest.json";
126126
versions.versions.forEach(version => {
127127
el.options.add(new Option(version, version))
128128
});

0 commit comments

Comments
 (0)