Skip to content

Commit

Permalink
Remove AT from display.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Oudshoorn <[email protected]>
  • Loading branch information
jayofelony committed Dec 28, 2024
1 parent 6d9131b commit 578731e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pwnagotchi/plugins/default/auto-tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 578731e

Please sign in to comment.