From 12b1c486fad4343663dbf5115a01704fb2de83b9 Mon Sep 17 00:00:00 2001 From: NeonLightning Date: Tue, 14 Nov 2023 16:12:17 -0500 Subject: [PATCH] Update defaults.toml Signed-off-by: NeonLightning --- pwnagotchi/defaults.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 707b9079..663fb6fd 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -185,6 +185,9 @@ ui.faces.debug = "(#__#)" ui.faces.upload = "(1__0)" ui.faces.upload1 = "(1__1)" ui.faces.upload2 = "(0__1)" +ui.faces.png = true +ui.faces.position_x = 58 +ui.faces.position_y = 41 ui.web.enabled = true ui.web.address = "::" # listening on both ipv4 and ipv6 - switch to 0.0.0.0 to listen on just ipv4