Merge pull request #268 from makermelissa/main

Point to latest release version
pull/270/head
Melissa LeBlanc-Williams 2 years ago committed by GitHub
commit c0da0b6a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/index.js"
: "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@latest/dist/web/index.js"
: "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.1.0/dist/web/index.js"
);
</script>
<script src="js/script.js" module defer></script>

Loading…
Cancel
Save