We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757698 commit ccc0e46Copy full SHA for ccc0e46
examples/gps_simpletest.py
@@ -96,4 +96,4 @@
96
if gps.horizontal_dilution is not None:
97
print("Horizontal dilution: {}".format(gps.horizontal_dilution))
98
if gps.height_geoid is not None:
99
- print("Height geo ID: {} meters".format(gps.height_geoid))
+ print("Height geoid: {} meters".format(gps.height_geoid))
0 commit comments