Hi. I am currently using the 0.92 branch of the firmware on DUE/RADDS. It would be nice to have an additional mode for the EEPROM_MODE. At the moment '0' will disable EEPROM altogether. Any number between 1 and 255 will currently enable EEPROM & configuration.h value will only overwrite EEPROM values for the first time OR if the number for the EEPROM_MODE is different. To enable EEPROM and at the same time overwrite EEPROM values, a new number needs to be used for EEPROM_MODE. Using the same number will enable EEPROM, but not overwrite.
Suggestion: For a certain EEPROM_MODE number, for example 255, EEPROM would always be enabled AND the EEPROM values would ALWAYS be taken from the configuration.h file. This would avoid having to change the number for EEPROM_MODE all the time.