From 42ed6985834949fca8479bf4b3a9dc28bb8c303d Mon Sep 17 00:00:00 2001 From: hmax42 <maximilian.hoetzl@gmail.com> Date: Sun, 1 Dec 2019 08:06:14 +0100 Subject: [PATCH] Update memtemp.py --- pwnagotchi/plugins/default/memtemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/memtemp.py b/pwnagotchi/plugins/default/memtemp.py index 02a619d..a3b9f91 100644 --- a/pwnagotchi/plugins/default/memtemp.py +++ b/pwnagotchi/plugins/default/memtemp.py @@ -44,7 +44,7 @@ class MemTemp(plugins.Plugin): if ui.is_waveshare_v2(): h_pos = (180, 80) v_pos = (180, 61) - if ui.is_waveshare_v1(): + elif ui.is_waveshare_v1(): h_pos = (180, 80) v_pos = (180, 61) elif ui.is_inky():