add moonrise/moonset face

This commit is contained in:
hueso
2026-08-04 20:31:15 -03:00
committed by hueso
parent 674ac1c4b4
commit 2c1c4efbd9
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 \