From 880285dad4a1e10071490d5258610066e83befd7 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Fri, 4 Oct 2019 17:08:01 -0500 Subject: [PATCH] AP_BLHeli: Change descriptions in SERVO_BLH_PORT param to actual AP port --- libraries/AP_BLHeli/AP_BLHeli.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_BLHeli/AP_BLHeli.cpp b/libraries/AP_BLHeli/AP_BLHeli.cpp index a902433935..0d94e90af0 100644 --- a/libraries/AP_BLHeli/AP_BLHeli.cpp +++ b/libraries/AP_BLHeli/AP_BLHeli.cpp @@ -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),