From a20c6a83134bc3f7e087a87576d299aeb9266041 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 19 Sep 2022 20:51:51 +0200 Subject: [PATCH] Add up to date libraries to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4ae6a..06dfeec 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with th ## Features for developers * The microcontroller part * Build with Arduino PlatformIO Framework for the ESP32 - * Uses [ESPAsyncWebserver](https://github.com/me-no-dev/ESPAsyncWebServer) and [Async MQTT client](https://github.com/marvinroger/async-mqtt-client) + * Uses a fork of [ESPAsyncWebserver](https://github.com/yubox-node-org/ESPAsyncWebServer) and [espMqttClient](https://github.com/bertmelis/espMqttClient) * The WebApp part * Build with [Vue.js](https://vuejs.org)