Skip to content

Commit a428c30

Browse files
MichelleRosHwurzburg
authored andcommitted
Adjust max and min battery voltage suggestions to take into account different battery chemistries
fix
1 parent cf652f5 commit a428c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copter/source/docs/setting-up-for-tuning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ There are 3 common causes of a non-linear thrust curve.
2525
Start with setting up the voltage range to cope with voltage sag.
2626
Parameters used to linearise your motor thrust curve.
2727

28-
- :ref:`MOT_BAT_VOLT_MAX <MOT_BAT_VOLT_MAX>`: 4.2v x No. Cells
29-
- :ref:`MOT_BAT_VOLT_MIN <MOT_BAT_VOLT_MIN>`: 3.3v x No. Cells
28+
- :ref:`MOT_BAT_VOLT_MAX <MOT_BAT_VOLT_MAX>` should be set to the maximum voltage of your batteries, e.g. 4.2v x No. Cells for standard LiPos, or as appropriate if using a different battery type.
29+
- :ref:`MOT_BAT_VOLT_MIN <MOT_BAT_VOLT_MIN>` should be set to the minumum voltage of your batteries, e.g. 3.3v x No. Cells for standard LiPos, or as appropriate if using a different battery type .
3030
- :ref:`MOT_OPTIONS<MOT_OPTIONS>` = 0 (default). The default is to use sag compensated voltage for the above and during tuning computations. It can be set to 1 to use raw voltage instead of sag compensated voltage, which may improve tuning results for light vehicles.
3131

3232
Next setup the thrust expo. If you are setting up a professional

0 commit comments

Comments
 (0)