utat-ss/HERON-lib-common

Replace eeprom_write_dword with eeprom_update_dword

Closed this issue · 0 comments

Implement this everywhere. See here - the update function reads the current value, and only writes if the new value is different to reduce wear on the device from repeated writes of the same value.