diff --git a/.idea/misc.xml b/.idea/misc.xml index d95f6c4d..6178365c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/pwnagotchi.iml b/.idea/pwnagotchi.iml index b258c893..7e680cfc 100644 --- a/.idea/pwnagotchi.iml +++ b/.idea/pwnagotchi.iml @@ -4,7 +4,7 @@ - + diff --git a/pwnagotchi/plugins/default/internet-connection.py b/pwnagotchi/plugins/default/internet-connection.py index 4f23957a..ea4819d7 100644 --- a/pwnagotchi/plugins/default/internet-connection.py +++ b/pwnagotchi/plugins/default/internet-connection.py @@ -28,7 +28,7 @@ class InternetConnectionPlugin(plugins.Plugin): def on_ui_setup(self, ui): if ui.is_waveshare35lcd(): - v_pos = (180, 61) + v_pos = (280, 61) with ui._lock: ui.add_element('connection_ip', components.LabeledValue(color=view.BLACK, label='eth0:', value='', position=v_pos, label_font=fonts.Bold,