Skip to content

Commit 036089b

Browse files
committed
Update esp button link
1 parent 64720a3 commit 036089b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Device Toolbox</title>
8-
<!-- ESP Web Tools -->
9-
<script
10-
type="module"
11-
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
12-
></script>
13-
148
<link
159
rel="stylesheet"
1610
href="https://early.webawesome.com/[email protected]/dist/styles/webawesome.css"

src/pages/zwa2-install-original.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class Zwa2InstallOriginalPage extends LitElement {
7878
</li>
7979
<li>Download backup is at the bottom of the page.</li>
8080
</ol>
81-
<li>nstall the ESP Serial Bridge firmware</li>
81+
<li>Install the ESP Serial Bridge firmware</li>
8282
</ol>
8383
<button class="install" @click=${this.handleInstall}>Install</button>
8484
`,

vpe/install.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<title>VPE - Device Toolbox</title>
88
<script type="module" src="../src/pages/vpe-install.ts"></script>
99
<script type="module" src="../src/components/app-header.ts"></script>
10+
<script
11+
type="module"
12+
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
13+
></script>
1014
<link
1115
rel="stylesheet"
1216
href="https://early.webawesome.com/[email protected]/dist/styles/webawesome.css"

0 commit comments

Comments
 (0)