From 4a5f64de03ecc081b0132e49d2abd86c1468bb17 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Wed, 27 Jan 2016 16:29:41 +0200 Subject: [PATCH] add link to the TCP library and warning --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0eb482b..a2c98ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # ESPAsyncWebServer Async Web Server for ESP8266 Arduino +Requires [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) to work + +This library should be considered experimental +Examples, description and all will be provided really soon :) + +To use this library you need to have the git versions of either ESP8266 or ESP31B Arduino Core