From 76a34ec6ac25a58a587d9e174b39fcaeb1c36e6a Mon Sep 17 00:00:00 2001 From: Mikey Sklar Date: Fri, 15 Nov 2024 17:27:22 -0800 Subject: [PATCH] fix : jsdelivr updated to current release hardcoded release version was pointing to pre-passthrough code. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index be22b3c..2277700 100644 --- a/index.html +++ b/index.html @@ -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" );