Browse Source

Pointed to my own repo, because the AsyncTCP fix will likely be revered.

pull/24/head
Maurice Makaay 3 years ago
committed by GitHub
parent
commit
7812785425
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/known_issues.md

+ 2
- 2
doc/known_issues.md View File

@ -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


Loading…
Cancel
Save