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.
2 parents e8b2791 + 52390a3 commit a074a0bCopy full SHA for a074a0b
doc/reference.md
@@ -108,7 +108,7 @@ const char HTTP[] PROGMEM = "http:";
108
109
This is mostly similar to WiFi shield library. Differences include:
110
111
-- `WiFi.mode(m)`: set mode to `WIFI_AP`, `WIFI_STA`, or `WIFI_AP_STA`.
+- `WiFi.mode(m)`: set mode to `WIFI_AP`, `WIFI_STA`, `WIFI_AP_STA` or `WIFI_OFF`.
112
- call `WiFi.softAP(ssid)` to set up an open network
113
- call `WiFi.softAP(ssid, password)` to set up a WPA2-PSK network (password should be at least 8 characters)
114
- `WiFi.macAddress(mac)` is for STA, `WiFi.softAPmacAddress(mac)` is for AP.
0 commit comments