Skip to content

Commit 7fdefca

Browse files
committed
Add LibreTiny to library.json and README.md
1 parent 995df43 commit 7fdefca

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ lib_deps =
7272
ESP32Async/ESPAsyncWebServer
7373
```
7474

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+
7586
### Unofficial dependencies
7687

7788
**AsyncTCPSock**

library.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"platforms": [
1919
"espressif32",
2020
"espressif8266",
21-
"raspberrypi"
21+
"raspberrypi",
22+
"libretiny"
2223
],
2324
"dependencies": [
2425
{
2526
"owner": "ESP32Async",
2627
"name": "AsyncTCP",
2728
"version": "^3.4.4",
28-
"platforms": "espressif32"
29+
"platforms": [
30+
"espressif32",
31+
"libretiny"
32+
]
2933
},
3034
{
3135
"owner": "ESP32Async",

0 commit comments

Comments
 (0)