dektronics / printalyzer-densitometer

Reflection and Transmission Densitometer for Photographic Darkroom Use
19 stars 4 forks source link

Desktop application needs to be able to backup/restore device configuration data #36

Closed dkonigsberg closed 2 years ago

dkonigsberg commented 2 years ago

There is a lot of calibration data that ultimately ends up in the device's EEPROM, and there should be a way to back it up. The "Configuration" tab of the desktop app should have a way of saving all of these numbers to a configuration file. It should also be able to restore this data from such a file.

Additionally, there should be support for "sparse" files, and some guardrails in place to prevent the overwriting of "manufacturing" calibration data by accident.

dkonigsberg commented 2 years ago

Added initial capability: 7f66677bb36ff77348705fc314a805f751abb411

Some refactoring still needed, keeping task open for now.

dkonigsberg commented 2 years ago

Implementation is now good enough for the time being.