Skip to content

Commit

Permalink
comment out an error
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed May 24, 2024
1 parent 812d1fb commit 0b667d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi-device.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0b667d1

Please sign in to comment.