From 1ff7c57139b3c690e2d90df2eb03c22f62c723c7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 22 Dec 2019 17:27:14 -0800 Subject: [PATCH] Specify library dependencies in library.properties Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer). --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 1325e31..dd52c24 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=Arduino library for use with compatible micro controllers to access th category=Communication url=https://github.com/chunkysteveo/OctoPrintAPI architectures=* +depends=ArduinoJson