diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 031ed8e..974a968 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -138,6 +138,7 @@ class View(object): def on_starting(self): self.set('status', self._voice.on_starting() + ("\n(v%s)" % pwnagotchi.__version__)) self.set('face', faces.AWAKE) + self.update() def on_ai_ready(self): self.set('mode', ' AI')