mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Remove AT from display.
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -390,17 +390,6 @@ class auto_tune(plugins.Plugin):
|
|||||||
self._agent.run("wifi.recon clear")
|
self._agent.run("wifi.recon clear")
|
||||||
self._agent.run("wifi.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
|
# called when the agent refreshed its access points list
|
||||||
def on_wifi_update(self, agent, access_points):
|
def on_wifi_update(self, agent, access_points):
|
||||||
# check aps and update active channels
|
# check aps and update active channels
|
||||||
|
Reference in New Issue
Block a user