mirror of https://github.com/ArduPilot/ardupilot
AP_BLHeli: Change descriptions in SERVO_BLH_PORT param to actual AP port
This commit is contained in:
parent
dec5b97275
commit
880285dad4
|
@ -96,8 +96,8 @@ const AP_Param::GroupInfo AP_BLHeli::var_info[] = {
|
|||
|
||||
// @Param: PORT
|
||||
// @DisplayName: Control port
|
||||
// @Description: This sets the telemetry port to use for blheli pass-thru
|
||||
// @Values: 0:Console,1:Telem1,2:Telem2,3:Telem3,4:Telem4,5:Telem5
|
||||
// @Description: This sets the serial port to use for blheli pass-thru
|
||||
// @Values: 0:Console,1:Serial1,2:Serial2,3:Serial3,4:Serial4,5:Serial5
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PORT", 8, AP_BLHeli, control_port, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue