From 4fc029d63820c293bd297472344a54ca423e97f3 Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Sat, 8 Mar 2025 10:35:45 +0000 Subject: [PATCH] Update defaults.toml Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 16c67d6e..1dd34c57 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -1,6 +1,11 @@ [main] name = "pwnagotchi" 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 = [ "EXAMPLE_NETWORK", "ANOTHER_EXAMPLE_NETWORK", @@ -274,4 +279,4 @@ mount = "/var/tmp/pwnagotchi" size = "10M" sync = 3600 zram = true -rsync = true \ No newline at end of file +rsync = true