summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index ba6f32c37a..b39ac73c89 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -45,6 +45,7 @@ struct user_settings
45 int contrast; /* lcd contrast: 0-100 0=low 100=high */ 45 int contrast; /* lcd contrast: 0-100 0=low 100=high */
46 int poweroff; /* power off timer: 0-100 0=never:each 1% = 60 secs */ 46 int poweroff; /* power off timer: 0-100 0=never:each 1% = 60 secs */
47 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */ 47 int backlight; /* backlight off timer: 0-100 0=never:each 1% = 10 secs */
48 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
48 49
49 /* resume settings */ 50 /* resume settings */
50 51