Closed mrWheel closed 2 months ago
Yup. There's actually quite a few corners where this needs work, including, but not limited to:
In other words: if this has a future, it is high time for a version 2.0. But the number of people coding significant things on truly limited platforms (like the original Arduinos) further dwindles...
@ropg ,
Wauw! fast response ...!
Thanks. And indeed. There is a lot going on in the world of MCU's.
It's just that I have a rather large project that started of for the Arduino IDE and now I try to convert it to PlatformIO IDE.
Found a workaround though: Just copied ezTime folder to the 'lib' folder and removed the '#include "EEPROM.h"' statement. Still have tons of error's (not related to ezTime).
Hope you find the courage and time!
Regards
Well, it seems there is not much activity on this repo anymore.
Thats a pity!
It made it to platformio but tries to #include which is not available in platformio (is part of the core).
I would like to have a working version for that environment.