Moonrise face
Some checks are pending
Build / build (push) Waiting to run
Build / build-simulator (push) Waiting to run

This commit is contained in:
hueso
2025-03-29 23:11:28 -03:00
parent 0ef5e5700e
commit 682b8e0490
6 changed files with 861 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ INCLUDES += \
-I../lib/astrolib/ \
-I../lib/morsecalc/ \
-I../lib/smallchesslib/ \
-I../lib/moonrise/ \
# If you add any other source files you wish to compile, add them after ../app.c
# Note that you will need to add a backslash at the end of any line you wish to continue, i.e.
@@ -40,6 +41,7 @@ SRCS += \
../lib/TOTP/TOTP.c \
../lib/base32/base32.c \
../lib/sunriset/sunriset.c \
../lib/moonrise/moonrise.c \
../lib/vsop87/vsop87a_milli.c \
../lib/astrolib/astrolib.c \
../lib/morsecalc/calc.c \
@@ -149,6 +151,7 @@ SRCS += \
../watch_faces/sensor/accel_interrupt_count_face.c \
../watch_faces/complication/metronome_face.c \
../watch_faces/complication/smallchess_face.c \
../watch_faces/complication/moonrise_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.