Skip to content

Commit

Permalink
Merge pull request #584 from dronekit/hgw_fix_gps_ref_doc
Browse files Browse the repository at this point in the history
Fix typo in GPS VDOP description
  • Loading branch information
mrpollo committed Feb 25, 2016
2 parents c348a97 + 72defc5 commit a90c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dronekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class GPSInfo(object):
If there is no GPS lock the parameters are set to ``None``.
:param Int eph: GPS horizontal dilution of position (HDOP).
:param Int epv: GPS horizontal dilution of position (VDOP).
:param Int epv: GPS vertical dilution of position (VDOP).
:param Int fix_type: 0-1: no fix, 2: 2D fix, 3: 3D fix
:param Int satellites_visible: Number of satellites visible.
Expand Down

0 comments on commit a90c660

Please sign in to comment.