Skip to content

Commit fa9d102

Browse files
committed
Update reference
Remove note that WiFi.RSSI doesn't work (esp8266#670).
1 parent 640abe5 commit fa9d102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hardware/esp8266com/esp8266/doc/reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ This is mostly similar to WiFi shield library. Differences include:
281281
- call `WiFi.softAP(ssid, password)` to set up a WPA2-PSK network (password should be at least 8 characters)
282282
- `WiFi.macAddress(mac)` is for STA, `WiFi.softAPmacAddress(mac)` is for AP.
283283
- `WiFi.localIP()` is for STA, `WiFi.softAPIP()` is for AP.
284-
- `WiFi.RSSI()` doesn't work
285284
- `WiFi.printDiag(Serial)` will print out some diagnostic info
286285
- `WiFiUDP` class supports sending and receiving multicast packets on STA interface.
287286
When sending a multicast packet, replace `udp.beginPacket(addr, port)` with

0 commit comments

Comments
 (0)