mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_Soaring: add units to param SOAR_THML_BANK
This commit is contained in:
parent
d1578e5ba2
commit
a5d33cacb5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user