Skip to content

Commit ea997cf

Browse files
committed
update README.md
1 parent a103bb9 commit ea997cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ a WebSocket Server and Client for Arduino based on RFC6455.
1818
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
1919
- max output length has no limit (the hardware is the limit)
2020
- Client send big frames with mask 0x00000000 (on AVR all frames)
21-
- 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.
22-
-
21+
22+
##### Limitations for Async #####
23+
- Functions called from within the context of the websocket event 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.
24+
- wss / SSL is not possible.
25+
2326
##### Supported Hardware #####
2427
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)
2528
- ESP31B
@@ -46,8 +49,6 @@ The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE
4649

4750
[ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required.
4851

49-
Note: in this mode wss / SSL is not possible.
50-
5152
### Issues ###
5253
Submit issues to: https://github.com/Links2004/arduinoWebSockets/issues
5354

0 commit comments

Comments
 (0)