From: Wesley Aptekar-Cassels Date: Sun, 21 Jan 2024 07:08:28 +0000 (-0500) Subject: Merge branch 'main' into watch-face-save-load X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=501ed8f9d2610eb14ea9f3858b296b4565e3d252;p=sensor-watch.git Merge branch 'main' into watch-face-save-load --- 501ed8f9d2610eb14ea9f3858b296b4565e3d252 diff --cc movement/make/Makefile index b0ca677,5eb5701..42dfc64 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@@ -118,7 -118,13 +118,14 @@@ SRCS += ../watch_faces/complication/flashlight_face.c \ ../watch_faces/clock/decimal_time_face.c \ ../watch_faces/clock/wyoscan_face.c \ + ../watch_faces/settings/save_load_face.c \ + ../watch_faces/clock/day_night_percentage_face.c \ + ../watch_faces/complication/simple_coin_flip_face.c \ + ../watch_faces/complication/solstice_face.c \ + ../watch_faces/complication/couch_to_5k_face.c \ + ../watch_faces/clock/minute_repeater_decimal_face.c \ + ../watch_faces/complication/tuning_tones_face.c \ + ../watch_faces/complication/kitchen_conversions_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. diff --cc movement/movement_faces.h index 006761c,e36e5c2..7feb0f4 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@@ -95,7 -95,13 +95,14 @@@ #include "flashlight_face.h" #include "decimal_time_face.h" #include "wyoscan_face.h" +#include "save_load_face.h" + #include "day_night_percentage_face.h" + #include "simple_coin_flip_face.h" + #include "solstice_face.h" + #include "couch_to_5k_face.h" + #include "minute_repeater_decimal_face.h" + #include "tuning_tones_face.h" + #include "kitchen_conversions_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_