Skip to content

EEPROM reset should only reset bytes that are actually used #111

@SvenRosvall

Description

@SvenRosvall

EepromInternalStorage::reset() writes 0xFF to the first 4096 bytes. Some platforms do not have that much EEPROM. This code should only reset the memory used by the module. See setting up code in EepromInternalStorage::begin().

Also check the other storage type classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions