add moonrise/moonset face

This commit is contained in:
hueso
2025-12-16 14:09:52 -03:00
committed by hueso
parent e304fc2bde
commit 67b02d77fd
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 \