From: joeycastillo Date: Sat, 31 Dec 2022 17:04:55 +0000 (-0600) Subject: Merge pull request #106 from niclashoyer/sailing X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=801230cc3ab910af73a56738f9b539597e15fa56;p=sensor-watch.git Merge pull request #106 from niclashoyer/sailing Add sailing watch face --- 801230cc3ab910af73a56738f9b539597e15fa56 diff --cc movement/make/Makefile index 52ecbe4,61eb6c1..6008459 mode 100644,100755..100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@@ -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 \