Merge pull request #815 from xBelladonna/bugfix/ui

Fix hardware display startup sequence
This commit is contained in:
Simone Margaritelli 2020-03-31 16:02:26 +02:00 committed by GitHub
commit 86530d4b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')