You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
111
123
## Important recommendations for build options
112
124
113
125
Most of the crashes are caused by improper use or configuration of the AsyncTCP library used for the project.
0 commit comments