diff --git a/README.ESP32Async.md b/README.ESP32Async.md index f0510fd..b86bcfe 100644 --- a/README.ESP32Async.md +++ b/README.ESP32Async.md @@ -16,9 +16,7 @@ This library is the base for [ESPAsyncWebServer](https://github.com/ESP32Async/E The base classes on which everything else is built. They expose all possible scenarios, but are really raw and require more skills to use. -## Changes in this fork - -- Based on [ESPHome fork](https://github.com/esphome/AsyncTCP) +## Changes - `library.properties` for Arduino IDE users - Add `CONFIG_ASYNC_TCP_MAX_ACK_TIME` diff --git a/README.md b/README.md index 08e8c24..f66f505 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ # Project moved to [ESP32Async](https://github.com/organizations/ESP32Async) organization at [https://github.com/ESP32Async/AsyncTCP](https://github.com/ESP32Async/AsyncTCP) Discord Server: [https://discord.gg/X7zpGdyUcY](https://discord.gg/X7zpGdyUcY) + +Please see the new links: + +- `ESP32Async/ESPAsyncWebServer @ 3.6.0` (ESP32, ESP8266, RP2040) +- `ESP32Async/AsyncTCP @ 3.3.2` (ESP32) +- `ESP32Async/ESPAsyncTCP @ 2.0.0` (ESP8266) +- `https://github.com/ESP32Async/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip` (AsyncTCP alternative for ESP32) +- `khoih-prog/AsyncTCP_RP2040W @ 1.2.0` (RP2040)