summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b42b68a87c..ac5d2301a3 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -83,7 +83,8 @@ struct user_settings
83 1=always, 83 1=always,
84 then according to timeout_values[] */ 84 then according to timeout_values[] */
85 bool backlight_on_when_charging; 85 bool backlight_on_when_charging;
86 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */ 86 bool discharge; /* maintain charge of at least: false = 85%, true = 10% */
87 bool trickle_charge; /* do trickle charging: 0=off, 1=on */
87 88
88 /* resume settings */ 89 /* resume settings */
89 90