mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: new text while generating keys ...
This commit is contained in:
@ -213,6 +213,11 @@ class View(object):
|
||||
faces.SAD,
|
||||
faces.LONELY)
|
||||
|
||||
def on_keys_generation(self):
|
||||
self.set('face', faces.AWAKE)
|
||||
self.set('status', self._voice.on_keys_generation())
|
||||
self.update()
|
||||
|
||||
def on_normal(self):
|
||||
self.set('face', faces.AWAKE)
|
||||
self.set('status', self._voice.on_normal())
|
||||
|
Reference in New Issue
Block a user