]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge pull request #106 from niclashoyer/sailing
authorjoeycastillo <joeycastillo@utexas.edu>
Sat, 31 Dec 2022 17:04:55 +0000 (11:04 -0600)
committerGitHub <noreply@github.com>
Sat, 31 Dec 2022 17:04:55 +0000 (11:04 -0600)
Add sailing watch face

1  2 
movement/make/Makefile
movement/movement_faces.h

index 52ecbe436f350aed918634c89f9bfecc5cbb62ce,61eb6c1e81ebf9cc45e9f543b9ab323abf0a5177..60084594af0a409d30c695ba5591f411a4942c47
mode 100644,100755..100644
@@@ -58,9 -55,9 +58,10 @@@ SRCS += 
    ../watch_faces/complication/day_one_face.c \
    ../watch_faces/complication/stopwatch_face.c \
    ../watch_faces/complication/totp_face.c \
 +  ../watch_faces/complication/totp_face_lfs.c \
    ../watch_faces/complication/sunrise_sunset_face.c \
    ../watch_faces/complication/countdown_face.c \
+   ../watch_faces/complication/sailing_face.c \
    ../watch_faces/complication/counter_face.c \
    ../watch_faces/complication/blinky_face.c \
    ../watch_faces/complication/moon_phase_face.c \
Simple merge