summaryrefslogtreecommitdiff
path: root/docs/TECH
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TECH')
-rw-r--r--docs/TECH6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TECH b/docs/TECH
index 523a362..00abf88 100644
--- a/docs/TECH
+++ b/docs/TECH
@@ -105,6 +105,12 @@ Saving Config Data
realize, as if you change a config setting and then immediately shuts your
unit down, the new config is not saved.
+ DEVELOPERS:
+ The config checksum includes a header with a version number. This version
+ number must be increased when the config structure becomes incompatible.
+ This makes the checksum check fail, and the settings are reset to default
+ values.
+
Resume Explained
...