fix : jsdelivr updated to current release

hardcoded release version was pointing to pre-passthrough code.
pull/305/head
Mikey Sklar 3 months ago
parent 7403c16d7c
commit 76a34ec6ac

@ -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@1.2.0/dist/web/index.js"
: "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.3.0/dist/web/index.js"
);
</script>
<script src="js/script.js" module defer></script>

Loading…
Cancel
Save