From 414a6b4c7a5dbc672a00afd2fd4f0f8ec47138c3 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 22 Oct 2019 11:35:35 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- pwnagotchi/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.yml b/pwnagotchi/defaults.yml index 5bd9511..6bd9435 100644 --- a/pwnagotchi/defaults.yml +++ b/pwnagotchi/defaults.yml @@ -202,7 +202,7 @@ ui: port: 8080 # command to be executed when a new png frame is available # for instance, to use with framebuffer based displays: - # on_frame: 'fbi -a -d /dev/fb1 -T 1 /root/pwnagotchi.png' + # on_frame: 'fbi --noverbose -a -d /dev/fb1 -T 1 /root/pwnagotchi.png > /dev/null 2>&1' on_frame: ''