Compare commits
2 commits
88b60f2df0
...
213d9475ba
Author | SHA1 | Date | |
---|---|---|---|
KemoNine | 213d9475ba | ||
KemoNine | 682dfcfa96 |
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue