Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-22 14:46:17 +01:00
parent 489deb09d7
commit 29ecad81cd
2 changed files with 0 additions and 4 deletions

View File

@ -38,7 +38,6 @@ class auto_tune(plugins.Plugin):
self._active_channels = [] # list of channels with APs found in last scan
self._known_aps = {} # dict of all APs by normalized name+mac
self._known_clients = {} # dict of all clients by normalized APmac+STAmac (many clients to not have names)
self._agent = None # local copy of the pwnagotchi agent, available after on_ready
self.descriptions = { # descriptions of personality variables displayed in webui
"advertise": "enable/disable advertising to mesh peers",