Skip to content

Commit

Permalink
Debug esp-web-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Apr 21, 2024
1 parent 92dafe1 commit 3dcf209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Flash or Find your device using next options:

<script type="module" src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"></script>

<esp-web-install-button manifest="" class="button-connect">
<esp-web-install-button manifest="https://raw.githubusercontent.com/xyzroe/XZG/mkdocs/docs/assets/manifest/20240420/manifest.json" class="button-connect">
<button slot="activate" class="md-button md-button--primary">INSTALL</button>
<span slot="unsupported">Use Chrome Desktop</span>
<span slot="not-allowed">Not allowed to use this on HTTP!</span>
Expand Down Expand Up @@ -88,5 +88,5 @@ function showSerialHelp() {
`;
}

loadFirmwareVersions();
//loadFirmwareVersions();
</script>

0 comments on commit 3dcf209

Please sign in to comment.