From 05aec183b300cc587feee5eac6163576d66e3f9c Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sun, 25 Jul 2021 14:12:16 +0200 Subject: [PATCH] Informace o verzi --- library.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..95b7d94 --- /dev/null +++ b/library.json @@ -0,0 +1,21 @@ +{ + "name":"encString", + "description":"Simpla String encoding/decoding library", + "authors": + { + "name": "Pavel Brychta", + "maintainer": true + }, + "repository": + { + "type": "git", + "url": "https://git.xpablo.cz/xPablo.cz/encString.git" + }, + "license": "MIT", + "frameworks": "arduino", + "platforms": ["espressif8266", "espressif32"], + "build": { + "libCompatMode": 2, + "libLDFMode": "deep" + } +}