Closed burk closed 9 months ago
You need to install/include the PCF8563 library!
Hmm is that an Arduino library? What is it called exactly? I tried PCF8563_RTC
, RTC
, RTClib
, Rtc_Pcf8563
and SensorLib
but none of those seemed to have a pcf8563.h
..
Oh... I was just following the Quick instructions
in the README, but failed to see the link to this documentation: https://t5-47-t5-47-plus.readthedocs.io/en/latest/get-started/index.html#install-dependent-libraries.. which links to the required library: https://github.com/lewisxhe/PCF8563_Library.
Adafruit fork of rtclib will solve it
Getting this error when trying to upload the demo example to a
T5-4.7 S3
I've installed the latest Arduino IDE, re-installed the latest esp32 boards, and selected the ESP32 dev module. I also tried the ESP32S3 dev module, but then I got the error
Any ideas?