From 7812785425eb72b5c511ec00c60ae934396db81a Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Thu, 29 Apr 2021 11:38:13 +0200 Subject: [PATCH] Pointed to my own repo, because the AsyncTCP fix will likely be revered. --- doc/known_issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/known_issues.md b/doc/known_issues.md index 769fb0e..5e772a5 100644 --- a/doc/known_issues.md +++ b/doc/known_issues.md @@ -36,7 +36,7 @@ in the folder where your device's yaml configuration file is stored (e.g. when using the Home Assistant plugin: `/config/esphome/libs/`). Then clone the following repository into that folder: - https://github.com/OttoWinter/AsyncTCP + https://github.com/mmakaay/AsyncTCP For example on the command line: @@ -44,7 +44,7 @@ For example on the command line: # cd /config/esphome # mkdir libs # cd libs -# git clone https://github.com/OttoWinter/AsyncTCP +# git clone https://github.com/mmakaay/AsyncTCP ``` Then add a pointer to this folder from within your device's yaml