ezTime not Compiling missing EEPROM.h

A while back mnl1121 reported that could not compile a sketch for a MKR WiFi 1010 board because ezTime (GitHub - 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.) lib required the use of EEPROM. EEPROM.h is not found and the compiler returns an error. I tried doing the same in the web editor, but results are the same.

Any suggestions? Thanks!

Arduino: 1.8.13 (Mac OS X), Board: "Arduino MKR WiFi 1010"
/Users/CarlosGLeon/Documents/Arduino/libraries/ezTime/src/ezTime.cpp:10:12: fatal error: EEPROM.h: No such file or directory
#include <EEPROM.h>
^~~~~~~~~~
compilation terminated.

Install the EEPROM library. Use the library handler in the IDE.

Thanks! ... really appreciate it!

Me again ....
I tried changing the board since I am running low on memory to Nano Every, and when compiled, it goes fine. But when I change the board to a MKR WiFi 1010 the compiler, again, complains about ezTime.

Does anybody know why the complain on EEPROM? I know MKR 1010 does not have EEPROM but ezTIme is supposed to work anyway.

Thanks!

Compile Log.pdf (115 KB)

Compile Log.pdf (115 KB)

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.