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|.