We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a5028 commit c258740Copy full SHA for c258740
README.md
@@ -1,9 +1,11 @@
1
# AnalogClock
2
Tasmota LVGL smooth moving analog clock written in berry
3
## Installation
4
-Create Tasmota application:
+Tasmota appication (.tapp) will be build automatically for each relase. You can download the file under Actions / Release Build
5
+
6
+To build it manually, execute following in the repo directory
7
```
-rm -f AnalogClock.tapp; zip -j -0 AnalogClock.tapp AnalogClock/*.be
8
+rm -f AnalogClock.tapp; zip -j -0 AnalogClock.tapp src/*.be
9
10
## Configuration
11
Following parameter could be configured in the `persist` module:
0 commit comments