From 0b667d1f20b6afbfffc5b910fc2cb30e20073bd1 Mon Sep 17 00:00:00 2001 From: keeramis Date: Fri, 24 May 2024 04:07:45 -0700 Subject: [PATCH] comment out an error --- src/wifi-device.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi-device.js b/src/wifi-device.js index 4dbcede..52d611e 100644 --- a/src/wifi-device.js +++ b/src/wifi-device.js @@ -76,7 +76,7 @@ const WifiDevice = base => class extends base { bssid: null, security: 0 // Security.NO_SECURITY }; - throw new Error('joinNewWifiNetwork() does not currently support connecting to networks without a password/security, sc-TODO'); + // throw new Error('joinNewWifiNetwork() does not currently support connecting to networks without a password/security, sc-TODO'); } else { dataPayload = { ssid,