Compare commits

..

No commits in common. "213d9475ba48bf84f92ae2e8e0d3b46defe6640b" and "88b60f2df01687b914167694d3f2892b3387446c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,6 @@ 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 custom UI used by PiFrame. This is responsible for things like restart, WiFi config, ensuring the slide show is running and more.
This is the main source code for the LCD UI device that's an optional component of the PiFrame project.