diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index 547c6473..a19fd5fc 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -515,7 +515,6 @@ class BTTether(plugins.Plugin): else: logging.debug('BT-TETHER: Already paired.') - logging.debug('BT-TETHER: Try to create nap connection with %s ...', device.name) device.network, success = BTNap.nap(dev_remote) interface = None @@ -579,7 +578,7 @@ class BTTether(plugins.Plugin): def on_ui_setup(self, ui): with ui._lock: ui.add_element('bluetooth', LabeledValue(color=BLACK, label='BT', value='-', - position=(ui.width() / 2 - 5, 0), + position=(ui.width() / 2 - 10, 0), label_font=fonts.Bold, text_font=fonts.Medium)) def on_ui_update(self, ui):