summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/settings.h b/apps/settings.h
index a2f7692d88..41f9b803c1 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -85,14 +85,7 @@ struct user_settings
85 bool backlight_on_when_charging; 85 bool backlight_on_when_charging;
86 bool discharge; /* maintain charge of at least: false = 85%, 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 bool trickle_charge; /* do trickle charging: 0=off, 1=on */
88 int battery_capacity; /* 0 = 1500 mAh 88 int battery_capacity; /* in mAh */
89 1 = 1600 mAh
90 2 = 1700 mAh
91 3 = 1800 mAh
92 4 = 1900 mAh
93 5 = 2000 mAh
94 6 = 2100 mAh
95 7 = 2200 mAh */
96 89
97 /* resume settings */ 90 /* resume settings */
98 91