ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
343 stars 93 forks source link

Not maintained anymore? #180

Closed mrWheel closed 2 months ago

mrWheel commented 2 months ago

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.

ropg commented 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...

mrWheel commented 2 months ago

@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