From 88932c527ee7e9ab442deb452534226a3456b7eb Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 24 Oct 2023 09:17:58 +0200 Subject: [PATCH] v2.5.0 Signed-off-by: Jeroen Oudshoorn --- builder/data/etc/dhcpcd.conf | 2 +- pwnagotchi/ui/view.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/builder/data/etc/dhcpcd.conf b/builder/data/etc/dhcpcd.conf index 95c71a3a..2bdc46b1 100644 --- a/builder/data/etc/dhcpcd.conf +++ b/builder/data/etc/dhcpcd.conf @@ -45,7 +45,7 @@ slaac private # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # static IP configuration: -denyinterfaces wlan0 +# denyinterfaces wlan0 interface eth0 static domain_name_servers=8.8.8.8 1.1.1.1 diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 4d05894f..18e764a6 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -57,8 +57,7 @@ class View(object): 'face': Text(value=faces.SLEEP, position=self._layout['face'], color=BLACK, font=fonts.Huge), 'friend_face': Text(value=None, position=self._layout['friend_face'], font=fonts.Bold, color=BLACK), - 'friend_name': Text(value=None, position=self._layout['friend_name'], font=fonts.BoldSmall, - color=BLACK), + 'friend_name': Text(value=None, position=self._layout['friend_name'], font=fonts.BoldSmall, color=BLACK), 'name': Text(value='%s>' % 'pwnagotchi', position=self._layout['name'], color=BLACK, font=fonts.Bold),