Add NTPClient dependency

pull/139/head
sqfmi 2022-01-03 21:55:50 -05:00
parent de126cd292
commit 26f5ac20c0
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
{ "name": "Adafruit GFX Library" }, { "name": "Adafruit GFX Library" },
{ "name": "Arduino_JSON" }, { "name": "Arduino_JSON" },
{ "name": "DS3232RTC" }, { "name": "DS3232RTC" },
{ "name": "NTPClient" },
{ {
"name": "Rtc_Pcf8563", "name": "Rtc_Pcf8563",
"version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master" "version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master"

View File

@ -7,4 +7,4 @@ paragraph=This library contains drivers and code samples for Watchy
category=Other category=Other
url=https://watchy.sqfmi.com url=https://watchy.sqfmi.com
architectures=esp32 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