File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,17 @@ lib_deps =
72
72
ESP32Async/ESPAsyncWebServer
73
73
```
74
74
75
+ ### LibreTiny (BK7231N/T, RTL8710B, etc.)
76
+
77
+ ``` ini
78
+ [env:stable]
79
+ platform = libretiny
80
+ lib_ldf_mode = chain
81
+ lib_deps =
82
+ ESP32Async/AsyncTCP
83
+ ESP32Async/ESPAsyncWebServer
84
+ ```
85
+
75
86
### Unofficial dependencies
76
87
77
88
** AsyncTCPSock**
Original file line number Diff line number Diff line change 18
18
"platforms" : [
19
19
" espressif32" ,
20
20
" espressif8266" ,
21
- " raspberrypi"
21
+ " raspberrypi" ,
22
+ " libretiny"
22
23
],
23
24
"dependencies" : [
24
25
{
25
26
"owner" : " ESP32Async" ,
26
27
"name" : " AsyncTCP" ,
27
28
"version" : " ^3.4.4" ,
28
- "platforms" : " espressif32"
29
+ "platforms" : [
30
+ " espressif32" ,
31
+ " libretiny"
32
+ ]
29
33
},
30
34
{
31
35
"owner" : " ESP32Async" ,
You can’t perform that action at this time.
0 commit comments