From b787a70fc2f5b6a5d701a82c8b515aa721a71c56 Mon Sep 17 00:00:00 2001 From: Luiz Guilherme da Silva Junior Date: Fri, 28 Nov 2014 16:37:49 -0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92e2137..de2f1df 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This library supports Sec-WebSocket-Version: 13 and binary **multiple** binary f This library: * only supports sending a max 128 byte message (including headers); - Now supporting Binary Data Framing & compliant with RFC6455 sections 5.6 / 5.7 + * requires arduino 1.0.6 * has a considerable memory and sketch size footprint as it uses heavy computation on Sha1, Base64 or MD5; ### Testing Environment