AP_Soaring: add units to param SOAR_THML_BANK

This commit is contained in:
Tom Pittenger 2021-01-29 10:16:33 -08:00
parent d1578e5ba2
commit a5d33cacb5

View File

@ -136,6 +136,7 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
// @Description: This parameter sets the bank angle to use when thermalling. Typically 30 - 45 degrees works well.
// @Range: 20 50
// @User: Advanced
// @Units: deg
AP_GROUPINFO("THML_BANK", 18, SoaringController, thermal_bank, 30.0),
AP_GROUPEND