From 8e80091a01f522c8f28a7a3532e5b4d8306633d4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 7 Jan 2020 06:05: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 bb2426a..80f1662 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=The DCF77 library has been designed to work in conjunction with Arduin category=Timing url=http://playground.arduino.cc/Code/DCF77 architectures=* +depends=Time