8000 update README.md · coderGods/arduinoWebSockets@49a2a9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 49a2a9a

Browse files
committed
update README.md
1 parent 450ca76 commit 49a2a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a WebSocket Server and Client for Arduino based on RFC6455.
2929

3030
###### Note: ######
3131

32-
version 2.0 is not compatible with AVR/ATmega, check ATmega branch.
32+
version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch.
3333

3434
Arduino for AVR not supports std namespace of c++.
3535

@@ -43,7 +43,7 @@ This libary can run in Async TCP mode on the ESP.
4343

4444
The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define).
4545

46-
```ESPAsyncTCP``` libary is required.
46+
[ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required.
4747

4848
Note: in this mode wss / SSL is not possible.
4949

0 commit comments

Comments
 (0)
0