diff options
| author | user <user@node5.net> | 2023-12-15 14:59:50 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2023-12-15 14:59:50 +0100 |
| commit | bba3635912b334e17b270907b5b4a1d6dfd4be1f (patch) | |
| tree | bb433c6b9a407cb9f74037b055dc64b2b02de147 /makefile | |
initial commit. clock works + ntp, animations and fade
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..7e49d4b --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +upload: + pio run --target upload -e esp01 |
