From 4c583cf184776d99815351319f23a51e92557327 Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:27:31 +0000 Subject: [PATCH] Update defaults.toml removed dupe entries iface = "wlan0mon" mon_start_cmd = "/usr/bin/monstart" mon_stop_cmd = "/usr/bin/monstop" mon_max_blind_epochs = 5 no_restart = false Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 5fbb0be5..16fe38a4 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -158,12 +158,6 @@ api_url = "https://wpa-sec.stanev.org" download_results = false show_pwd = false -iface = "wlan0mon" -mon_start_cmd = "/usr/bin/monstart" -mon_stop_cmd = "/usr/bin/monstop" -mon_max_blind_epochs = 5 -no_restart = false - [main.log] path = "/etc/pwnagotchi/log/pwnagotchi.log" path-debug = "/etc/pwnagotchi/log/pwnagotchi-debug.log"