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 b28f4cedea..8a12b2623c 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -185,6 +185,7 @@ struct user_settings
185 bool discharge; /* maintain charge of at least: false = 85%, true = 10% */ 185 bool discharge; /* maintain charge of at least: false = 85%, true = 10% */
186 bool trickle_charge; /* do trickle charging: 0=off, 1=on */ 186 bool trickle_charge; /* do trickle charging: 0=off, 1=on */
187 int battery_capacity; /* in mAh */ 187 int battery_capacity; /* in mAh */
188 int battery_type; /* for units which can take multiple types (Ondio). */
188 189
189 /* resume settings */ 190 /* resume settings */
190 191