Skip to content

Commit

Permalink
Update memtemp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmax42 authored Dec 1, 2019
1 parent 42ed698 commit 7b219fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwnagotchi/plugins/default/memtemp.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def on_ui_setup(self, ui):
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_waveshare_v1():
h_pos = (180, 80)
v_pos = (180, 61)
h_pos = (170, 80)
v_pos = (170, 61)
elif ui.is_inky():
h_pos = (140, 68)
v_pos = (165, 54)
Expand Down

0 comments on commit 7b219fd

Please sign in to comment.