Skip to content
Snippets Groups Projects
Commit e8303475 authored by Michael Oborne's avatar Michael Oborne Committed by Randy Mackay
Browse files

AntennaTracker: fix documentation

parent 4a397a8d
No related branches found
No related tags found
No related merge requests found
......@@ -125,16 +125,14 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: PROXY_MODE
// @DisplayName: Also act as a MAVLink proxy for a vehicle
// @Description: If true, the tracker will act as a MAVlink proxy for a remote vehicle, and will eavesdrop vehicle position reports.
// @Units: boolean
// @Increment: 1
// @Range: 0 1
// @Values: 0:Off,1:On
// @User: Standard
GSCALAR(proxy_mode, "PROXY_MODE", 0),
// @Param: SERVO_TYPE
// @DisplayName: Type of servo system being used
// @Description: This allows selection of position servos or on/off servos
// @Values: Position:0,OnOff:1
// @Values: 0:Position,1:OnOff
// @User: Standard
GSCALAR(servo_type, "SERVO_TYPE", SERVO_TYPE_POSITION),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment