From 6771ff9898d3b8f9c992cd7b078395464c34244b Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 28 Dec 2019 17:19:59 -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 85e438b..8b26c77 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=Requires the Arduino Time library, http://www.arduino.cc/playground/Co category=Timing url=https://github.com/JChristensen/MCP79412RTC architectures=avr +depends=Time