added better wireless managment

This commit is contained in:
2023-11-08 21:41:47 +01:00
parent 769a16dae6
commit 6846a17243
7 changed files with 45 additions and 19 deletions

8
README Normal file
View File

@@ -0,0 +1,8 @@
# EINK PICTURE FRAME - displays images on a multi-color eink display
## Deployment
Run the ansible playbooks (`setup` once, `deploy` on each code update):
```
ansible-playbook deploy/setup.playbook.yml -i <ip of pi>
ansible-playbook deploy/deploy.playbook.yml -i <ip of pi>
```