mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
parent
6cf18ed1a2
commit
25e03530a2
@ -281,7 +281,6 @@ This is mostly similar to WiFi shield library. Differences include:
|
||||
- call `WiFi.softAP(ssid, password)` to set up a WPA2-PSK network (password should be at least 8 characters)
|
||||
- `WiFi.macAddress(mac)` is for STA, `WiFi.softAPmacAddress(mac)` is for AP.
|
||||
- `WiFi.localIP()` is for STA, `WiFi.softAPIP()` is for AP.
|
||||
- `WiFi.RSSI()` doesn't work
|
||||
- `WiFi.printDiag(Serial)` will print out some diagnostic info
|
||||
- `WiFiUDP` class supports sending and receiving multicast packets on STA interface.
|
||||
When sending a multicast packet, replace `udp.beginPacket(addr, port)` with
|
||||
|
Loading…
x
Reference in New Issue
Block a user