From 25e03530a2dee05df03465d1e1ba698c8d1525f6 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 10 Aug 2015 16:15:29 +0300 Subject: [PATCH] Update reference Remove note that WiFi.RSSI doesn't work (#670). --- doc/reference.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/reference.md b/doc/reference.md index 18c38d02b..4f19d8ba6 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -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