From f4b5cf04a01bb639c5116fe50352102db20b7ec6 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 18 May 2025 16:24:02 +0200 Subject: [PATCH] update asyncweb mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d36b4f8..c22678f1d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If you like **EMS-ESP**, please give it a ✨ on GitHub, or even better fork it - [uuid-\*](https://github.com/nomis/mcu-uuid-console) from @nomis. The console, syslog, telnet and logging are based off these awesome open source libraries - [ArduinoJson](https://github.com/bblanchon/ArduinoJson) for all the JSON processing - [espMqttClient](https://github.com/bertmelis/espMqttClient) for the MQTT client -- ESPAsyncWebServer and AsyncTCP for the Web server and TCP backends, with custom modifications for performance +- [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer) and [AsyncTCP](https://github.com/ESP32Async/AsyncTCP) for the Web server and TCP backends ## 📜  **License**