Skip to content

Commit 80279ca

Browse files
committed
Increased extra_channels for auto-tune so hopefully multiple pwns can see each other better.
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
1 parent c7a06a4 commit 80279ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnagotchi/plugins/default/auto-tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def on_loaded(self):
374374
try:
375375
defaults = {'show_hidden': False,
376376
'reset_history': True,
377-
'extra_channels': 3,
377+
'extra_channels': 15,
378378
}
379379

380380
for d in defaults:

0 commit comments

Comments
 (0)