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 640abe5 commit fa9d102Copy full SHA for fa9d102
hardware/esp8266com/esp8266/doc/reference.md
@@ -281,7 +281,6 @@ This is mostly similar to WiFi shield library. Differences include:
281
- call `WiFi.softAP(ssid, password)` to set up a WPA2-PSK network (password should be at least 8 characters)
282
- `WiFi.macAddress(mac)` is for STA, `WiFi.softAPmacAddress(mac)` is for AP.
283
- `WiFi.localIP()` is for STA, `WiFi.softAPIP()` is for AP.
284
-- `WiFi.RSSI()` doesn't work
285
- `WiFi.printDiag(Serial)` will print out some diagnostic info
286
- `WiFiUDP` class supports sending and receiving multicast packets on STA interface.
287
When sending a multicast packet, replace `udp.beginPacket(addr, port)` with
0 commit comments