bring totp_face into Second Movement

This commit is contained in:
EmilienCourt
2025-06-29 19:25:42 +02:00
parent e3101749c9
commit 67a1bfd661
18 changed files with 16 additions and 3 deletions

View File

@@ -67,6 +67,11 @@ INCLUDES += \
-I./filesystem \
-I./shell \
-I./lib/sunriset \
-I./lib/sha1 \
-I./lib/sha256 \
-I./lib/sha512 \
-I./lib/base32 \
-I./lib/TOTP \
-I./lib/chirpy_tx \
-I./lib/base64 \
-I./watch-library/shared/watch \
@@ -89,6 +94,11 @@ SRCS += \
./shell/shell.c \
./shell/shell_cmd_list.c \
./lib/sunriset/sunriset.c \
./lib/base32/base32.c \
./lib/TOTP/sha1.c \
./lib/TOTP/sha256.c \
./lib/TOTP/sha512.c \
./lib/TOTP/TOTP.c \
./lib/chirpy_tx/chirpy_tx.c \
./lib/base64/base64.c \
./watch-library/shared/driver/thermistor_driver.c \