From b24f021d337bd7b4cf8c47bdc47ad853172f5837 Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Mon, 28 Dec 2015 03:25:01 +0100 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5c17c..2cca85f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ a WebSocket Server and Client for Arduino based on RFC6455. ##### Limitations ##### - max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define - max output length has no limit (the hardware is the limit) - - Client send masked send big frames with mask 0x00000000 (on AVR all frames) + - Client send big frames with mask 0x00000000 (on AVR all frames) ##### Supported Hardware ##### - ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)