Skip to content

Commit

Permalink
Merge pull request #305 from mikeysklar/fix-passthru-noReset
Browse files Browse the repository at this point in the history
fix : jsdelivr updated to current release
  • Loading branch information
dhalbert authored Nov 16, 2024
2 parents 82d6083 + 76a34ec commit ae4d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ae4d245

Please sign in to comment.