Removed async tcp component

This commit is contained in:
hermlon 2024-09-04 18:39:03 +02:00
parent 91e7e5a0a1
commit f8cbbbb19f

View file

@ -61,8 +61,6 @@ def DEPENDENCIES():
def AUTO_LOAD():
if CORE.is_esp8266 or CORE.is_libretiny:
return ["async_tcp", "json"]
return ["json"]