Copter:Parameter descriptions updated
This commit is contained in:
parent
cd65e2109d
commit
93cbfbe46c
@ -104,14 +104,14 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
|
|
||||||
// @Param: FS_BATT_VOLTAGE
|
// @Param: FS_BATT_VOLTAGE
|
||||||
// @DisplayName: Failsafe battery voltage
|
// @DisplayName: Failsafe battery voltage
|
||||||
// @Description: Battery voltage to trigger failsafe. Set to 0 to disable battery voltage failsafe. If the battery voltage drops below this voltage then the plane will RTL
|
// @Description: Battery voltage to trigger failsafe. Set to 0 to disable battery voltage failsafe. If the battery voltage drops below this voltage then the copter will RTL
|
||||||
// @Units: Volts
|
// @Units: Volts
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(fs_batt_voltage, "FS_BATT_VOLTAGE", FS_BATT_VOLTAGE_DEFAULT),
|
GSCALAR(fs_batt_voltage, "FS_BATT_VOLTAGE", FS_BATT_VOLTAGE_DEFAULT),
|
||||||
|
|
||||||
// @Param: FS_BATT_MAH
|
// @Param: FS_BATT_MAH
|
||||||
// @DisplayName: Failsafe battery milliAmpHours
|
// @DisplayName: Failsafe battery milliAmpHours
|
||||||
// @Description: Battery capacity remaining to trigger failsafe. Set to 0 to disable battery remaining failsafe. If the battery remaining drops below this level then the plane will RTL
|
// @Description: Battery capacity remaining to trigger failsafe. Set to 0 to disable battery remaining failsafe. If the battery remaining drops below this level then the copter will RTL
|
||||||
// @Units: mAh
|
// @Units: mAh
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(fs_batt_mah, "FS_BATT_MAH", FS_BATT_MAH_DEFAULT),
|
GSCALAR(fs_batt_mah, "FS_BATT_MAH", FS_BATT_MAH_DEFAULT),
|
||||||
|
Loading…
Reference in New Issue
Block a user