Add Rtc_Pcf8563 dependency

pull/108/head
Spencer Visick 2021-11-28 22:00:34 -08:00
parent 74d5ec6097
commit f012b57f02
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"dependencies": [
{ "name": "Adafruit GFX Library" },
{ "name": "Arduino_JSON" },
{ "name": "DS3232RTC" },
{ "name": "Rtc_Pcf8563" },
{ "name": "GxEPD2" },
{
"name": "WiFiManager",

View File

@ -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,GxEPD2,WiFiManager
depends=Adafruit GFX Library,Arduino_JSON,Rtc_Pcf8563,GxEPD2,WiFiManager