1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Solomon Peachy 2020-08-26 13:55:14 -04:00
parent f4bf27c26e
commit a52eb1d8cc
49 changed files with 128 additions and 99 deletions

View file

@ -3561,37 +3561,43 @@
</voice>
</phrase>
<phrase>
id: LANG_BATTERY_TYPE_ALKALINE
id: LANG_BATTERY_TYPE_1
desc: in battery settings
user: core
<source>
*: none
battery_types: "Alkaline"
xduoox3: "Newer (2000 mAh)"
</source>
<dest>
*: none
battery_types: "Alkaline"
xduoox3: "Newer (2000 mAh)"
</dest>
<voice>
*: none
battery_types: "Alkaline"
xduoox3: "Newer 2000 milliamp hour"
</voice>
</phrase>
<phrase>
id: LANG_BATTERY_TYPE_NIMH
id: LANG_BATTERY_TYPE_2
desc: in battery settings
user: core
<source>
*: none
battery_types: "NiMH"
xduoox3: "Older (1500 mAh)"
</source>
<dest>
*: none
battery_types: "NiMH"
xduoox3: "Older (1500 mAh)"
</dest>
<voice>
*: none
battery_types: "Nickel metal hydride"
xduoox3: "Older 1500 milliamp hour"
</voice>
</phrase>
<phrase>