From 0812d44bd0ca0cebb8685280ffe9232e599ec6ea Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 22 Dec 2019 20:28:36 -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 e2fd818..04804af 100644 --- a/library.properties +++ b/library.properties @@ -8,3 +8,4 @@ category=Communication url=https://github.com/cujomalainey/antplus-arduino architectures=* includes=ANTPLUS.h +depends=ANT-Arduino