Odstranena zavislost na ArduinoJSON z library.json (vynucovalo to dalsi instalaci)

This commit is contained in:
Pavel Brychta 2023-12-18 08:24:46 +01:00
parent 69d97d4df3
commit 7e7ec1a6e0
1 changed files with 1 additions and 7 deletions

View File

@ -12,13 +12,7 @@
"type": "git",
"url": "https://git.xpablo.cz/xPablo.cz/sysvars.git"
},
"dependencies": [
{
"name":"ArduinoJson",
"version":"https://github.com/bblanchon/ArduinoJson.git"
}
],
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],