mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
new boolean in general_settings tells if trickle is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
062afb3a36
commit
d564b60cd9
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ struct user_settings
|
|||
1=always,
|
||||
then according to timeout_values[] */
|
||||
bool backlight_on_when_charging;
|
||||
bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
|
||||
bool discharge; /* maintain charge of at least: false = 85%, true = 10% */
|
||||
bool trickle_charge; /* do trickle charging: 0=off, 1=on */
|
||||
|
||||
/* resume settings */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue