From a626e171204c0d9a731e2b2db113653ae475dcb6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 29 Dec 2019 05:37:02 -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 9157645..c11f0ac 100644 --- a/library.properties +++ b/library.properties @@ -8,3 +8,4 @@ category=Device Control url=https://github.com/Locoduino/Commanders includes=Commanders.h architectures=avr,esp32 +depends=DIO2