From 661330b00c0cfb5213aef194f186d9baea8a51d0 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 25 Dec 2023 22:32:26 +0100 Subject: [PATCH] Update --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index d1ab8cf7c..0adaed413 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -202,7 +202,7 @@ ui.web.on_frame = "" ui.display.enabled = false ui.display.rotation = 180 ui.display.type = "waveshare_2" -# ui.display.color = "black" # In the case of waveshare_1 you can choose between black, fastAndFurious and nothing (3 color mode) +ui.display.color = "black" # In the case of waveshare_1 or 2 you can choose between black, fastAndFurious and nothing (3 color mode) bettercap.scheme = "http" bettercap.hostname = "localhost"