mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge pull request #38 from dadav/fix/add_rest_of_emotions
Add rest of emotions
This commit is contained in:
@ -152,6 +152,19 @@ def main():
|
|||||||
time.sleep(args.sleep)
|
time.sleep(args.sleep)
|
||||||
DISPLAY.on_deauth({'mac': 'DE:AD:BE:EF:CA:FE'})
|
DISPLAY.on_deauth({'mac': 'DE:AD:BE:EF:CA:FE'})
|
||||||
DISPLAY.update()
|
DISPLAY.update()
|
||||||
|
time.sleep(args.sleep)
|
||||||
|
DISPLAY.on_miss('test')
|
||||||
|
DISPLAY.update()
|
||||||
|
time.sleep(args.sleep)
|
||||||
|
DISPLAY.on_lonely()
|
||||||
|
DISPLAY.update()
|
||||||
|
time.sleep(args.sleep)
|
||||||
|
DISPLAY.on_handshakes(1)
|
||||||
|
DISPLAY.update()
|
||||||
|
time.sleep(args.sleep)
|
||||||
|
DISPLAY.on_rebooting()
|
||||||
|
DISPLAY.update()
|
||||||
|
time.sleep(args.sleep)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user