From 4b74de48bf7c40199fb8c282d2cf99fe68ac932b Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 1 Nov 2019 17:49:50 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- pwnagotchi/plugins/default/memtemp.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pwnagotchi/plugins/default/memtemp.py b/pwnagotchi/plugins/default/memtemp.py index 289fbab..9ac2571 100644 --- a/pwnagotchi/plugins/default/memtemp.py +++ b/pwnagotchi/plugins/default/memtemp.py @@ -41,11 +41,8 @@ class MemTemp(plugins.Plugin): return int(pwnagotchi.cpu_load() * 100) def on_ui_setup(self, ui): - # self._layout['width'] = 250 - # self._layout['height'] = 122 - if ui.is_waveshare_v2(): - h_pos = (180, 76) + h_pos = (180, 80) v_pos = (180, 61) else: h_pos = (155, 76)