mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Increased extra_channels for auto-tune so hopefully multiple pwns can see each other better.
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -374,7 +374,7 @@ class auto_tune(plugins.Plugin):
|
|||||||
try:
|
try:
|
||||||
defaults = {'show_hidden': False,
|
defaults = {'show_hidden': False,
|
||||||
'reset_history': True,
|
'reset_history': True,
|
||||||
'extra_channels': 3,
|
'extra_channels': 15,
|
||||||
}
|
}
|
||||||
|
|
||||||
for d in defaults:
|
for d in defaults:
|
||||||
|
Reference in New Issue
Block a user