struct ConfigStore defaultConfigStore
void reset()
Reset the config store: overwrite the configStore with the default values.
uint16_t save() const
Saves current content of configStore into EEPROM.
bool load()
Load config values from EEPROM into configStore.
EEPROMConfig()
Constructor.
const bool overrideEEPROM
Set to true to override the values stored in EEPROM and use the default PID parameters defined below.
char version[5]
String identifying this block.
bool loadedFromEEPROM
Whether this has been loaded from EEPROM.