Erasing the EEPROM of a m5CoreInk



  • Hello,
    I have written data in the EEPROM of a M5 CoreInk, using EEPROM.write().
    How can I erase the entire area? Of course, I can write the area with zeros, but this is going to be long. Is there something like EEPROM.clear() or anything?
    Thanks