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:
Jeroen Oudshoorn
2025-01-10 20:39:02 +01:00
parent c7a06a4e43
commit 80279ca02b

View File

@ -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: