We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450ca76 commit 49a2a9aCopy full SHA for 49a2a9a
README.md
@@ -29,7 +29,7 @@ a WebSocket Server and Client for Arduino based on RFC6455.
29
30
###### Note: ######
31
32
- version 2.0 is not compatible with AVR/ATmega, check ATmega branch.
+ version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch.
33
34
Arduino for AVR not supports std namespace of c++.
35
@@ -43,7 +43,7 @@ This libary can run in Async TCP mode on the ESP.
43
44
The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define).
45
46
-```ESPAsyncTCP``` libary is required.
+[ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required.
47
48
Note: in this mode wss / SSL is not possible.
49
0 commit comments