diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index e3a9a52b..2fb33b9b 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -71,9 +71,6 @@ main.plugins.memtemp.enabled = false main.plugins.memtemp.scale = "celsius" 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.email = "" main.plugins.onlinehashcrack.dashboard = "" diff --git a/pwnagotchi/plugins/default/auto-tune.py b/pwnagotchi/plugins/default/auto-tune.py index 76c81d9f..0b76948d 100644 --- a/pwnagotchi/plugins/default/auto-tune.py +++ b/pwnagotchi/plugins/default/auto-tune.py @@ -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",