Skip to content

Commit

Permalink
Merge pull request #59 from uncletammy/patch-1
Browse files Browse the repository at this point in the history
Added note about delay() limitation.
  • Loading branch information
Links2004 committed Mar 16, 2016
2 parents 450ca76 + 1ebae1d commit bc58d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ a WebSocket Server and Client for Arduino based on RFC6455.
- 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 big frames with mask 0x00000000 (on AVR all frames)

- Functions called from within the context of the websocket loop might not honor `yield()` and/or `delay()`. See [this issue](https://github.com/Links2004/arduinoWebSockets/issues/58#issuecomment-192376395) for more info and a potential workaround.
-
##### Supported Hardware #####
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
- ESP31B
Expand Down

0 comments on commit bc58d75

Please sign in to comment.