From 6c44867a2dccfff65554e3eaaf06d5a736bd0ad8 Mon Sep 17 00:00:00 2001 From: Rafa Couto <rafacouto@users.noreply.github.com> Date: Sat, 13 Oct 2018 12:56:28 +0200 Subject: [PATCH] Update library.json A more concise manifest. --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index bc4997a7..ab6110ea 100644 --- a/library.json +++ b/library.json @@ -19,5 +19,8 @@ "third-party" ], "frameworks": "arduino", - "platforms": "*" + "platforms": [ "espressif8266", "espressif32" ], + "dependencies": { + "ArduinoJson": "~5.13.3" + } } -- GitLab