From 9a58abb396164f2c65d08b737908cb617809cf66 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen
- You can import the JavaScript files directly from the unpkg CDN or - download the filesClick here to see a full example. - and put them on your website. +
++ Step 1: Load ESP Web Tools JavaScript on your website by adding + the following HTML snippet.
<script @@ -302,8 +305,14 @@ ></script>
- Find a place on your page where you want the button to appear and - include the following bit of HTML. Update the + (If you prefer to locally host the JavaScript, + download it here) +
+
+ Step 2: Find a place on your page where you want the button to
+ appear and include the following bit of HTML. Update the
manifest
attribute to point at your manifest file.
@@ -312,7 +321,7 @@ ></esp-web-install-button>
- ESP Web Tools requires that your website is served over
+ Note: ESP Web Tools requires that your website is served over
https://
to work. This is a Web Serial security
requirement.