From 9e300bcf90744036b3e1b22c33996769f386f17d Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Fri, 8 Sep 2017 13:19:44 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d83f9..2ffbaaa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ For help and support [![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWeb Async HTTP and WebSocket Server for ESP8266 Arduino -Requires [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) to work +For ESP8266 it requires [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) To use this library you might need to have the latest git versions of [ESP8266](https://github.com/esp8266/Arduino) Arduino Core +For ESP32 it requires [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) to work +To use this library you might need to have the latest git versions of [ESP32](https://github.com/espressif/arduino-esp32) Arduino Core + ## Table of contents - [ESPAsyncWebServer ](#espasyncwebserver-) - [Why should you care](#why-should-you-care)