fix : version# --> @latest

removing hardcoded version number from index.html jsdelivr URL.
This commit is contained in:
Mikey Sklar 2024-11-15 18:26:09 -08:00
parent ae4d245051
commit 7ed23e8325

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