Skip to content

Commit

Permalink
AP_MSP: update option metadata for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and peterbarker committed Nov 20, 2023
1 parent 36a6642 commit f9c9a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_MSP/AP_MSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const AP_Param::GroupInfo AP_MSP::var_info[] = {

// @Param: _OPTIONS
// @DisplayName: MSP OSD Options
// @Description: A bitmask to set some MSP specific options
// @Bitmask: 0:EnableTelemetryMode, 1: DisableDJIWorkarounds, 2:EnableBTFLFonts
// @Description: A bitmask to set some MSP specific options: EnableTelemetryMode-allows "push" mode telemetry when only rx line of OSD ic connected to autopilot, EnableBTFLFonts-uses indexes corresponding to Betaflight fonts if OSD uses those instead of ArduPilot fonts.
// @Bitmask: 0:EnableTelemetryMode, 1: unused, 2:EnableBTFLFonts
// @User: Standard
AP_GROUPINFO("_OPTIONS", 2, AP_MSP, _options, 0),

Expand Down

0 comments on commit f9c9a09

Please sign in to comment.