From 3d14dde83a101e9e70f3ca988aa8d038a657f0cc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 1 Aug 2023 17:07:29 +0100 Subject: [PATCH] more code removed --- assets/js/winkey.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/winkey.js b/assets/js/winkey.js index 18f6cd37..c7ef035b 100644 --- a/assets/js/winkey.js +++ b/assets/js/winkey.js @@ -106,7 +106,6 @@ async function connect() { //Try to connect to the Serial port try { - isWinkeyConnected = true; port = await navigator.serial.requestPort(/*{ filters: [filter] }*/); // Continue connecting to |port|.