From fd04d2ff66a4add52630e7dfc78a473ec2ae9bd3 Mon Sep 17 00:00:00 2001 From: pablo2048 Date: Sun, 21 May 2023 15:06:50 +0200 Subject: [PATCH] Odstraneni zavislosti na esphome TCP knihovnach --- library.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/library.json b/library.json index 8b0e9d0..849c382 100644 --- a/library.json +++ b/library.json @@ -16,24 +16,4 @@ "license": "LGPL-3.0", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32", "libretuya"], - "dependencies": [ - { - "owner": "ottowinter", - "name": "ESPAsyncTCP-esphome", - "platforms": "espressif8266" - }, - { - "owner": "esphome", - "name": "AsyncTCP-esphome", - "platforms": ["espressif32", "libretuya"] - }, - { - "name": "Hash", - "platforms": "espressif8266" - }, - { - "name": "ESP8266WiFi", - "platforms": "espressif8266" - } - ] }