Plane: add @Increment to battery failsafe descriptions

This commit is contained in:
Randy Mackay 2013-10-29 11:23:54 +09:00
parent d09fd0d035
commit 328de5fc7b

View File

@ -416,6 +416,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @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
// @Units: Volts
// @Increment: 0.1
// @User: Standard
GSCALAR(fs_batt_voltage, "FS_BATT_VOLTAGE", 0),
@ -423,6 +424,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @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
// @Units: mAh
// @Increment: 50
// @User: Standard
GSCALAR(fs_batt_mah, "FS_BATT_MAH", 0),