Skip to content

Commit

Permalink
add ws1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmax42 authored Dec 1, 2019
1 parent 1147643 commit 1c29983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pwnagotchi/plugins/default/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ def on_ui_setup(self, ui):
lat_pos = (127, 75)
lon_pos = (122, 84)
alt_pos = (127, 94)
elif ui.is_waveshare_v1():
lat_pos = (127, 75)
lon_pos = (122, 84)
alt_pos = (127, 94)
elif ui.is_inky():
# guessed values, add tested ones if you can
lat_pos = (112, 30)
Expand Down

0 comments on commit 1c29983

Please sign in to comment.