summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d03a5f688e..374b6e476c 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -62,7 +62,7 @@ struct user_settings
62 /* device settings */ 62 /* device settings */
63 63
64 int contrast; /* lcd contrast: 0-100 0=low 100=high */ 64 int contrast; /* lcd contrast: 0-100 0=low 100=high */
65 int poweroff; /* power off timer: 0-100 0=never:each 1% = 60 secs */ 65 int poweroff; /* power off timer */
66 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */ 66 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */
67 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */ 67 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
68 68