From 578731e97889b037bce8710ac2a1cd343378d564 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 28 Dec 2024 20:19:26 +0100 Subject: [PATCH] Remove AT from display. Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/auto-tune.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pwnagotchi/plugins/default/auto-tune.py b/pwnagotchi/plugins/default/auto-tune.py index bf20ca38..1e6bf1e0 100644 --- a/pwnagotchi/plugins/default/auto-tune.py +++ b/pwnagotchi/plugins/default/auto-tune.py @@ -390,17 +390,6 @@ def on_ready(self, agent): self._agent.run("wifi.recon clear") self._agent.run("wifi.clear") - # called before the plugin is unloaded - def on_unload(self, ui): - ui.set('mode', 'AUTO') - - def on_ui_update(self, ui): - try: - mode = 'AT' - ui.set('mode', mode) - except Exception as e: - logging.exception(e) - # called when the agent refreshed its access points list def on_wifi_update(self, agent, access_points): # check aps and update active channels