We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff33056 commit b24f021Copy full SHA for b24f021
README.md
@@ -17,7 +17,7 @@ a WebSocket Server and Client for Arduino based on RFC6455.
17
##### Limitations #####
18
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
19
- max output length has no limit (the hardware is the limit)
20
- - Client send masked send big frames with mask 0x00000000 (on AVR all frames)
+ - Client send big frames with mask 0x00000000 (on AVR all frames)
21
22
##### Supported Hardware #####
23
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
0 commit comments