forked from len0rd/rockbox
Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18255 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3d62053df
commit
d89f400c21
4 changed files with 4 additions and 3 deletions
|
@ -83,6 +83,9 @@
|
|||
brightness & \fixme{device a way to get ranges from config-*.h} & N/A\\
|
||||
disk spindown & 3 to 254 & seconds\\
|
||||
battery capacity & \fixme{device a way to get ranges from config-*.h} & mAh\\
|
||||
\opt{battery_types}{
|
||||
battery type & alkaline, nimh & N/A\\
|
||||
}
|
||||
\opt{HAVE_CAR_ADAPTER_MODE}{
|
||||
car adapter mode & on, off & N/A\\
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
family at present, and work is on-going into finding a better way to
|
||||
determine battery life.}
|
||||
|
||||
\opt{BATTERY_TYPES}{%Ondios only (currently), following the lang features.txt
|
||||
\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''.}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
\edef\UseOption{\UseOption,ondio}
|
||||
\edef\UseOption{\UseOption,MASCODEC}
|
||||
\edef\UseOption{\UseOption,ONDIO_PAD}
|
||||
\edef\UseOption{\UseOption,BATTERY_TYPES}
|
||||
\edef\UseOption{\UseOption,archos}
|
||||
|
||||
\newcommand{\playerman}{Archos}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
\edef\UseOption{\UseOption,ondio}
|
||||
\edef\UseOption{\UseOption,MASCODEC}
|
||||
\edef\UseOption{\UseOption,ONDIO_PAD}
|
||||
\edef\UseOption{\UseOption,BATTERY_TYPES}
|
||||
\edef\UseOption{\UseOption,archos}
|
||||
|
||||
\newcommand{\playerman}{Archos}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue