From 6dfcaf05d5dbb938818c6eb77375d535f65c99d2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 23 Jan 2024 12:26:00 +0100 Subject: [PATCH] Hashie enabled by default --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 50601e68..5244f3b8 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -20,7 +20,7 @@ main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/" main.plugins.aircrackonly.enabled = true -main.plugins.hashie.enabled = false +main.plugins.hashie.enabled = true main.plugins.hashie.interval = 1 main.plugins.auto-update.enabled = true