Point to latest release

This commit is contained in:
Melissa LeBlanc-Williams 2024-09-06 10:51:08 -07:00
parent f89c45cb1c
commit e211c02f61

View file

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