From 8384c990b780fac5a802ed9702b27088899b2669 Mon Sep 17 00:00:00 2001 From: Bruno Date: Mon, 22 Feb 2016 00:18:04 +0100 Subject: [PATCH] Updated WiFiEspUDP section in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a4cd5f..805281a 100644 --- a/README.md +++ b/README.md @@ -78,23 +78,23 @@ The WiFiEspClient class creates clients that can connect to servers and send and - stop() - YES -###WiFiUDP class (Experimental) +###WiFiEspUDP class The UDP class enables UDP message to be sent and received. - WiFiUDP - YES - begin() - YES - available() - YES -- beginPacket() -- endPacket() -- write() -- parsePacket() +- beginPacket() - YES +- endPacket() - YES +- write() - YES +- parsePacket() - YES - peek() -- read() +- read() - YES - flush() - stop() -- remoteIP() -- remotePort() +- remoteIP() - YES +- remotePort() - YES ##Contributing