Compare commits
No commits in common. "213d9475ba48bf84f92ae2e8e0d3b46defe6640b" and "88b60f2df01687b914167694d3f2892b3387446c" have entirely different histories.
213d9475ba
...
88b60f2df0
|
@ -28,7 +28,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src
|
- cd /drone/src
|
||||||
- go build -o out/wifi cmd/wifi/wifi.go
|
- go build -o out/wifi cmd/wifi/wifi.go
|
||||||
- go build -o out/inotify cmd/inotify/inotify.go
|
|
||||||
- cp CHANGELOG.md out/
|
- cp CHANGELOG.md out/
|
||||||
- name: gitea-release
|
- name: gitea-release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# ui
|
# 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.
|
||||||
|
|
Loading…
Reference in a new issue