From 678614aff92f00f770f8c22ee72eab38dbffaac7 Mon Sep 17 00:00:00 2001 From: Kyle Potts Date: Mon, 13 Dec 2021 17:31:34 -0500 Subject: [PATCH] Point Rtc_Pcf863 at same library Arduino is using --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 2591641..d244919 100644 --- a/library.json +++ b/library.json @@ -19,7 +19,10 @@ { "name": "Adafruit GFX Library" }, { "name": "Arduino_JSON" }, { "name": "DS3232RTC" }, - { "name": "Rtc_Pcf8563" }, + { + "name": "Rtc_Pcf8563", + "version": "https://github.com/orbitalair/Rtc_Pcf8563#master" + }, { "name": "GxEPD2" }, { "name": "WiFiManager",