Remove AT from display.

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2024-12-28 20:19:26 +01:00
parent 6d9131b4f6
commit 578731e978

View File

@ -390,17 +390,6 @@ class auto_tune(plugins.Plugin):
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