add moonrise/moonset face

This commit is contained in:
hueso
2025-12-16 14:09:52 -03:00
committed by root
parent 11cc5ee899
commit 75d68e3379
7 changed files with 969 additions and 0 deletions
+2
View File
@@ -71,6 +71,7 @@ INCLUDES += \
-I./filesystem \
-I./shell \
-I./lib/sunriset \
-I./lib/moonrise \
-I./lib/sha1 \
-I./lib/sha256 \
-I./lib/sha512 \
@@ -98,6 +99,7 @@ SRCS += \
./shell/shell.c \
./shell/shell_cmd_list.c \
./lib/sunriset/sunriset.c \
./lib/moonrise/moonrise.c \
./lib/base32/base32.c \
./lib/TOTP/sha1.c \
./lib/TOTP/sha256.c \