From 7979f68e3e6c1ecd3f0953b6af9d93e522fc24f2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 19 Dec 2019 02:04:29 -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 the dependencies during installation of this library. --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index b7554fa..2e8867d 100755 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=AmazonDRS library for Arduino. category=Communication url=https://github.com/andium/AmazonDRS architectures=* +depends=WiFi101, ArduinoJson