diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-08-26 13:55:14 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-08-26 18:18:02 +0000 |
commit | a52eb1d8cc05e22d31d7a667a73341556b6347bb (patch) | |
tree | 7383856410e1c232ba38f47cf0bb4a6e40f5fc5b /manual | |
parent | f4bf27c26e49f7e476b4cde5d52c5b9c791638fe (diff) |
xduoox3: Include curves for both battery types
There is no way to detect this at runtime so it is a user setting
Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/configure_rockbox/system_options.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index f23be48370..4faeafb895 100755 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -26,6 +26,7 @@ \opt{mrobe100}{720~mAh}% \opt{samsungyh920,samsungyh925}{900~mAh}% \opt{samsungyh820}{650~mAh}% + \opt{xduoox3}{2000~mAh}% , which is the capacity value for the standard battery shipped with the \dap. Rockbox uses this value for runtime estimation, not battery percentage calculation. Changing this setting has no effect whatsoever on @@ -44,8 +45,10 @@ \opt{battery_types}{ \item [Battery Type.] This setting tells Rockbox which type of battery - is currently used in the \dap{}. The two supported battery types are - ``Alkaline'' or ``NiMH''.} + is currently used in the \dap{}. + \nopt{xduoox3}{The two supported battery types are ``Alkaline'' or ``NiMH''.} + \opt{xduoox3}{Older \playerman{} \playertype{} units shipped with a 1500mAh battery, while newer units ships with a 2000mAh battery. If you are not sure which type you have, older units have a button marked ``ESC''.} + } \opt{usb_charging_enable}{ \item [Charge During USB Connection.] This option lets you control whether |