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.