mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -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 = ""
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user