Skip to content

Commit 53b82c2

Browse files
committed
Add AsyncTCP-esphome to README.md
1 parent 275756d commit 53b82c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@ build_flags = ${env.build_flags}
108108
-Wno-missing-field-initializers
109109
```
110110

111+
**AsyncTCP-esphome**
112+
113+
AsyncTCP-esphome replaces AsyncTCP to provide support for LibreTiny platform (BK72xx, RTL87xx). The dependency is automatically enabled with ESPAsyncWebServer.
114+
115+
```ini
116+
platform = libretiny
117+
board = generic-bk7231n-tuya-qfn32
118+
lib_deps =
119+
esphome/AsyncTCP-esphome@^2.1.4
120+
ESP32Async/ESPAsyncWebServer
121+
```
122+
111123
## Important recommendations for build options
112124

113125
Most of the crashes are caused by improper use or configuration of the AsyncTCP library used for the project.

0 commit comments

Comments
 (0)