8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5fff8 commit 53698aeCopy full SHA for 53698ae
libraries/WiFi/examples/SimpleWiFiServer/SimpleWiFiServer.ino
@@ -10,8 +10,8 @@
10
http://yourAddress/H turns the LED on
11
http://yourAddress/L turns it off
12
13
- This example is written for a network using WPA encryption. For
14
- WEP or WPA, change the Wifi.begin() call accordingly.
+ This example is written for a network using WPA2 encryption. For insecure
+ WEP or WPA, change the Wifi.begin() call and use Wifi.setMinSecurity() accordingly.
15
16
Circuit:
17
* WiFi shield attached
0 commit comments