Compare commits

..

2 commits

Author SHA1 Message Date
KemoNine 213d9475ba Update the UI README 2020-08-28 12:51:21 -04:00
KemoNine 682dfcfa96 Add inotify to drone builds
All checks were successful
continuous-integration/drone/tag Build is passing
2020-08-27 10:10:25 -04:00
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ steps:
commands:
- cd /drone/src
- go build -o out/wifi cmd/wifi/wifi.go
- go build -o out/inotify cmd/inotify/inotify.go
- cp CHANGELOG.md out/
- name: gitea-release
image: plugins/gitea-release

View file

@ -1,3 +1,3 @@
# ui
This is the main source code for the LCD UI device that's an optional component of the PiFrame project.
This is the main source code for the custom UI used by PiFrame. This is responsible for things like restart, WiFi config, ensuring the slide show is running and more.