turgu1 / ESP-IDF-InkPlate

A porting effort to the ESP-IDF framework for the e-Radionica InkPlate software.
15 stars 9 forks source link

Fix missing rtc #6

Closed mzyy94 closed 2 years ago

mzyy94 commented 2 years ago

Rtc instance is missing due to the change of https://github.com/turgu1/ESP-IDF-InkPlate/commit/7989d8fd605d4139cf086c48c6d6892dee116992.

Compiling .pio/build/inkplate-10/lib2a6/ESP-IDF-Inkplate/drivers/inkplate_platform.o
.pio/libdeps/inkplate-10/ESP-IDF-Inkplate/src/drivers/inkplate_platform.cpp: In member function 'bool InkPlatePlatform::setup(bool)':
.pio/libdeps/inkplate-10/ESP-IDF-Inkplate/src/drivers/inkplate_platform.cpp:41:3: error: 'rtc' was not declared in this scope
   rtc.setup();
   ^~~

Fix it.

turgu1 commented 2 years ago

This branch is currently under development. I'm currently integrating the PCF85063 RTC. You may have retrieved an interim version of v0.9.5 that was not in a compilable state. When the code will be ready, it will be merged to the master branch.