From 2ffe0c13fa3f8bf84fa60e1296b35a8ef852a6aa Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sat, 10 Apr 2021 17:23:46 +0200 Subject: [PATCH] README.md update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c45c1..25d60c3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ After a while one ESP naturally becomes a 'master' and all ESP are connected tog No problem if the master dies, a new master will be choosen soon. ## TODO List -* Use [Async library](https://github.com/me-no-dev/ESPAsyncTCP) +* ~~Use [Async library](https://github.com/me-no-dev/ESPAsyncTCP)~~ * Implement zeroconf mode (needs async) * Add a max_clients in MqttBroker. Used with zeroconf, there will be no need for having tons of clients (also RAM is the problem with many clients)