Make pi restart when there are 5 blind epochs instead of 50.

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-24 00:19:32 +01:00
parent 8fba99fa08
commit b9b5ae2fc8

View File

@ -107,7 +107,7 @@ main.plugins.wpa-sec.download_results = false
main.iface = "wlan0mon"
main.mon_start_cmd = "/usr/bin/monstart"
main.mon_stop_cmd = "/usr/bin/monstop"
main.mon_max_blind_epochs = 50
main.mon_max_blind_epochs = 5
main.no_restart = false
main.log.path = "/etc/pwnagotchi/log/pwnagotchi.log"