Skip to content

Commit

Permalink
Merge pull request #969 from jonspraggins/patch-1
Browse files Browse the repository at this point in the history
Add Uploading 'Faces'
  • Loading branch information
evilsocket authored Apr 18, 2021
2 parents 0704541 + 0fd0987 commit decbeac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pwnagotchi/ui/faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
FRIEND = '(♥‿‿♥)'
BROKEN = '(☓‿‿☓)'
DEBUG = '(#__#)'

UPLOAD = '(1__0)'
UPLOAD1 = '(1__1)'
UPLOAD2 = '(0__1)'

def load_from_config(config):
for face_name, face_value in config.items():
Expand Down

0 comments on commit decbeac

Please # to comment.