From 9898448e15faf92f4bdab175f60a68cbcc6f44e8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 6 Jan 2020 19:58:46 -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 835cfbd..aa518ab 100644 --- a/library.properties +++ b/library.properties @@ -6,3 +6,4 @@ sentence=Watchy - An Open Source E-Ink SmartWatch by SQFMI paragraph=This library contains drivers and code samples for Watchy category=Other url=https://github.com/sqfmi/Watchy +depends=GxEPD