From eb51464692cb8a2d738ef238eba7839a60552c82 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Wed, 1 Sep 2021 20:13:13 +0200 Subject: [PATCH] Odstranena zavislost na asyncweb serveru --- library.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/library.json b/library.json index cfa8069..b5609f4 100644 --- a/library.json +++ b/library.json @@ -10,18 +10,12 @@ "repository": { "type": "git", - "url": "http://git.xpablo.cz/pablo2048/Trace.git" + "url": "https://git.xpablo.cz/pablo2048/Trace.git" }, "version": "0.0.4", "license": "MIT", "frameworks": "arduino", "platforms": ["espressif8266","espressif32"], - "dependencies": [ - { - "name": "ESP Async WebServer", - "platforms": ["espressif8266", "espressif32"] - } - ], "build": { "libCompatMode": "strict" }