Update defaults.toml

Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com>
This commit is contained in:
wpa-2
2025-03-08 10:35:45 +00:00
committed by GitHub
parent 9d0ada2a33
commit 4fc029d638

View File

@ -1,6 +1,11 @@
[main] [main]
name = "pwnagotchi" name = "pwnagotchi"
lang = "en" lang = "en"
iface = "wlan0mon"
mon_start_cmd = "/usr/bin/monstart"
mon_stop_cmd = "/usr/bin/monstop"
mon_max_blind_epochs = 5
no_restart = false
whitelist = [ whitelist = [
"EXAMPLE_NETWORK", "EXAMPLE_NETWORK",
"ANOTHER_EXAMPLE_NETWORK", "ANOTHER_EXAMPLE_NETWORK",
@ -274,4 +279,4 @@ mount = "/var/tmp/pwnagotchi"
size = "10M" size = "10M"
sync = 3600 sync = 3600
zram = true zram = true
rsync = true rsync = true