mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Clarify Battery voltage detection statement in docs. Fixes #696.
This commit is contained in:
parent
19be109189
commit
dee68f5e4f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Low battery warnings can:
|
||||||
* Help ensure you have time to safely land the aircraft
|
* Help ensure you have time to safely land the aircraft
|
||||||
* Help maintain the life and safety of your LiPo/LiFe batteries, which should not be discharged below manufacturer recommendations
|
* Help maintain the life and safety of your LiPo/LiFe batteries, which should not be discharged below manufacturer recommendations
|
||||||
|
|
||||||
Minimum and maximum cell voltages can be set, and these voltages are used to detect the number of cells you are using.
|
Minimum and maximum cell voltages can be set, and these voltages are used to auto-detect the number of cells in the battery when it is first connected.
|
||||||
|
|
||||||
Per-cell monitoring is not supported, as we only use one ADC to read the battery voltage.
|
Per-cell monitoring is not supported, as we only use one ADC to read the battery voltage.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue