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

@ -71,9 +71,6 @@ main.plugins.memtemp.enabled = false
main.plugins.memtemp.scale = "celsius" main.plugins.memtemp.scale = "celsius"
main.plugins.memtemp.orientation = "horizontal" main.plugins.memtemp.orientation = "horizontal"
main.plugins.net-pos.enabled = false
main.plugins.net-pos.api_key = "test"
main.plugins.onlinehashcrack.enabled = false main.plugins.onlinehashcrack.enabled = false
main.plugins.onlinehashcrack.email = "" main.plugins.onlinehashcrack.email = ""
main.plugins.onlinehashcrack.dashboard = "" main.plugins.onlinehashcrack.dashboard = ""

View File

@ -38,7 +38,6 @@ class auto_tune(plugins.Plugin):
self._active_channels = [] # list of channels with APs found in last scan 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_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._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 self.descriptions = { # descriptions of personality variables displayed in webui
"advertise": "enable/disable advertising to mesh peers", "advertise": "enable/disable advertising to mesh peers",