From ba361b7ae42d79d80d4dc4660f435f38ed89efcd Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sun, 25 Jul 2021 14:17:50 +0200 Subject: [PATCH] Zavislosti knihovny --- library.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 8e94e8b..a6db74e 100644 --- a/library.json +++ b/library.json @@ -12,11 +12,18 @@ "type": "git", "url": "https://git.xpablo.cz/pablo2048/WiFiConfig.git" }, + "dependencies": [ + { + "name":"encString", + "version":"https://git.xpablo.cz/xPablo.cz/encString.git" + } + ], "version": "7.0.0", "license": "MIT", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "build": { - "libCompatMode": 2 + "libCompatMode": 2, + "libLDFMode": "deep" } }