mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: NFC grammar fix-ups
made some rectification for better readablity
This commit is contained in:
parent
8915c8f3ae
commit
e35cf757c2
|
@ -166,7 +166,7 @@ void Tracker::update_yaw_position_servo()
|
|||
// (in fact, any alignment is permissible), and that the alignment may change (possibly rapidly) over time
|
||||
// (as when the antenna is mounted on a moving, turning vehicle)
|
||||
//
|
||||
// With my antenna mount, large pwm output drives the antenna anticlockise, so need:
|
||||
// With my antenna mount, large pwm output drives the antenna anticlockwise, so need:
|
||||
// param set RC1_REV -1
|
||||
// to reverse the servo. Yours may be different
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue