From 49a2a9ab4fef2187d01c9812b910868857504117 Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Sat, 20 Feb 2016 12:30:38 +0100 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf08c2..9325238 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ a WebSocket Server and Client for Arduino based on RFC6455. ###### Note: ###### - 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. Arduino for AVR not supports std namespace of c++. @@ -43,7 +43,7 @@ This libary can run in Async TCP mode on the ESP. The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define). -```ESPAsyncTCP``` libary is required. +[ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required. Note: in this mode wss / SSL is not possible.