Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53698ae

Browse filesBrowse files
authored
Doc: update wifi encryption description (espressif#6880)
By default `WPA2` is minimum required. The old insecure encryption must be explicitly enabled.
1 parent cf5fff8 commit 53698ae
Copy full SHA for 53698ae

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎libraries/WiFi/examples/SimpleWiFiServer/SimpleWiFiServer.ino

Copy file name to clipboardExpand all lines: libraries/WiFi/examples/SimpleWiFiServer/SimpleWiFiServer.ino
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
http://yourAddress/H turns the LED on
1111
http://yourAddress/L turns it off
1212
13-
This example is written for a network using WPA encryption. For
14-
WEP or WPA, change the Wifi.begin() call accordingly.
13+
This example is written for a network using WPA2 encryption. For insecure
14+
WEP or WPA, change the Wifi.begin() call and use Wifi.setMinSecurity() accordingly.
1515
1616
Circuit:
1717
* WiFi shield attached

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.