Skip to content

Commit ed2cbd3

Browse files
committed
Update dependencies to use non-forked versions
ESPHome is no longer using forked versions of AsyncTCP and ESPAsyncTCP, so update to use the official ESP32Async versions.
1 parent a6db335 commit ed2cbd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
],
2424
"dependencies": [
2525
{
26-
"owner": "esphome",
27-
"name": "AsyncTCP-esphome",
26+
"owner": "ESP32Async",
27+
"name": "AsyncTCP",
2828
"version": "^3.4.5",
2929
"platforms": [
3030
"espressif32",
3131
"libretiny"
3232
]
3333
},
3434
{
35-
"owner": "esphome",
36-
"name": "ESPAsyncTCP-esphome",
35+
"owner": "ESP32Async",
36+
"name": "ESPAsyncTCP",
3737
"version": "^2.0.0",
3838
"platforms": "espressif8266"
3939
},

0 commit comments

Comments
 (0)