From c66728f03e198ec3b3e8533c6b72b5cd7151e5a7 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 12 Feb 2025 10:42:13 +0100 Subject: [PATCH] Edits for defaults.toml Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/defaults.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 64d53f67..532e9d6a 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -84,12 +84,12 @@ main.plugins.webcfg.enabled = true main.plugins.webgpsmap.enabled = false -ain.plugins.wigle.enabled = false +main.plugins.wigle.enabled = false main.plugins.wigle.api_key = "" # mandatory main.plugins.wigle.cvs_dir = "/tmp" # optionnal, is set, the CVS is written to this directory main.plugins.wigle.donate = false # default: off main.plugins.wigle.timeout = 30 # default: 30 -main.plugins.wigle.position = (7, 85) # optionnal +main.plugins.wigle.position = [7, 85] # optionnal main.plugins.wpa-sec.enabled = false main.plugins.wpa-sec.api_key = ""