From 402b45e584de643bfd9eb5ef2045906e0827a8bd Mon Sep 17 00:00:00 2001 From: Michael-Paul Moore Date: Sun, 10 Apr 2022 15:28:54 -0700 Subject: [PATCH] Trying to get dependency wire --- library.json | 3 ++- src/WatchyExpanded.cpp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index b9c0e1a..1c6b6c6 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WatchyExpanded", - "version": "1.4.2", + "version": "1.4.3", "description": "Watchy - An Open Source E-Paper Watch by SQFMI", "authors": [ { @@ -20,6 +20,7 @@ { "name": "Arduino_JSON" }, { "name": "DS3232RTC" }, { "name": "NTPClient" }, + { "name": "Wire" }, { "name": "Rtc_Pcf8563", "version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master" diff --git a/src/WatchyExpanded.cpp b/src/WatchyExpanded.cpp index 01e5aa7..20f00bb 100644 --- a/src/WatchyExpanded.cpp +++ b/src/WatchyExpanded.cpp @@ -3,6 +3,9 @@ // ESP #include +// Wire +#include + CWatchyExpanded::CWatchyExpanded() : m_display(GxEPD2_154_D67(DISPLAY_CS, DISPLAY_DC, DISPLAY_RES, DISPLAY_BUSY)) { }