Skip to content

Commit 53698ae

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/WiFi/examples/SimpleWiFiServer/SimpleWiFiServer.ino

+2-2
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)