Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosseel committed Jan 28, 2025
1 parent de2f727 commit 4efbda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PiFinder/ui/gpsstatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def update(self, force=False):

self.draw.text(
(0, draw_pos),
f"alt: {location.alt:.1f} m",
f"alt: {location.altitude:.1f} m",
font=self.fonts.base.font,
fill=self.colors.get(128),
)
Expand Down

0 comments on commit 4efbda6

Please sign in to comment.