diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index bff8a8c67d..eff60a2f9c 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -47,6 +47,11 @@ static const AP_Param::Info var_info[] PROGMEM = { GSCALAR(curr_amp_per_volt, "AMP_PER_VOLT"), GSCALAR(input_voltage, "INPUT_VOLTS"), + + // @Param: BATT_CAPACITY + // @DisplayName: Battery Capacity + // @Description: Battery capacity in milliamp-hours (mAh) + // @Units: mAh GSCALAR(pack_capacity, "BATT_CAPACITY"), // @Param: MAG_ENABLE