From 26f5ac20c0a254ed8e414a14202cabd47787f63f Mon Sep 17 00:00:00 2001 From: sqfmi Date: Mon, 3 Jan 2022 21:55:50 -0500 Subject: [PATCH] Add NTPClient dependency --- library.json | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 2af8525..696993e 100644 --- a/library.json +++ b/library.json @@ -19,6 +19,7 @@ { "name": "Adafruit GFX Library" }, { "name": "Arduino_JSON" }, { "name": "DS3232RTC" }, + { "name": "NTPClient" }, { "name": "Rtc_Pcf8563", "version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master" diff --git a/library.properties b/library.properties index 09717a9..794ee3a 100644 --- a/library.properties +++ b/library.properties @@ -7,4 +7,4 @@ paragraph=This library contains drivers and code samples for Watchy category=Other url=https://watchy.sqfmi.com architectures=esp32 -depends=Adafruit GFX Library,Arduino_JSON,DS3232RTC,Rtc_Pcf8563,GxEPD2,WiFiManager +depends=Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager