]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge branch 'main' into feat/minute-repeater-decimal-face
authorWesley Aptekar-Cassels <me@wesleyac.com>
Sun, 19 Nov 2023 05:56:33 +0000 (00:56 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 05:56:33 +0000 (00:56 -0500)
1  2 
movement/make/Makefile
movement/movement_faces.h

index 64c0364faa7bf143e8e448cec41a65f805f341ef,06e1725dddfc9b3009124da2e44506a02f0ac2cf..376ee74412a5a08e50764325479def52f7edeca8
@@@ -118,7 -118,7 +118,8 @@@ SRCS += 
    ../watch_faces/complication/flashlight_face.c \
    ../watch_faces/clock/decimal_time_face.c \
    ../watch_faces/clock/wyoscan_face.c \
 +  ../watch_faces/clock/minute_repeater_decimal_face.c \
+   ../watch_faces/complication/tuning_tones_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.
index 8ece8b8d1b08f68ae10b5d1279aff476676b22f1,23c2613fc154744d34201725608187e740479719..96fc60ace737f1b8fc102352e5aa6dc255e30b25
@@@ -95,7 -95,7 +95,8 @@@
  #include "flashlight_face.h"
  #include "decimal_time_face.h"
  #include "wyoscan_face.h"
 +#include "minute_repeater_decimal_face.h"
+ #include "tuning_tones_face.h"
  // New includes go above this line.
  
  #endif // MOVEMENT_FACES_H_