aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.h b/config.h
index e18a655..e8b9ef1 100644
--- a/config.h
+++ b/config.h
@@ -53,7 +53,7 @@ values are commented out, but some have default values
// Default: 1
// #define WAIT_FOR_SERIAL_BEFORE_STARING ...
-// If enabled the sensor's name will be persisted in EEPROM
+// If enabled the settings for each sensor will be persisted in EEPROM
//
// Values:
// 0: disabled
@@ -74,8 +74,7 @@ Do not touch stuff in this section, it only sets default values.
#endif
#ifndef PERSISTENT_CONFIGURATION_SUPPORT
-// Default to off, the code is not fully functional yet
-#define PERSISTENT_CONFIGURATION_SUPPORT 0
+#define PERSISTENT_CONFIGURATION_SUPPORT 1
#endif
#ifndef SM_DEBUG
@@ -83,4 +82,3 @@ Do not touch stuff in this section, it only sets default values.
#endif
#endif
-