diff options
| author | Bernd Plontsch <bernd.plontsch@gmail.com> | 2023-04-16 23:04:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 10:04:46 -0400 |
| commit | bfde33c946ee7f49a2f8bf9f253b2801bd169638 (patch) | |
| tree | ea50ddd10c5dc44ab25b2f7d202af7bcc8b09a6a /movement/make | |
| parent | 0a836ceceaa7a0d7bc4b27e34b769a2691b9dea6 (diff) | |
| download | Sensor-Watch-bfde33c946ee7f49a2f8bf9f253b2801bd169638.tar.gz Sensor-Watch-bfde33c946ee7f49a2f8bf9f253b2801bd169638.tar.bz2 Sensor-Watch-bfde33c946ee7f49a2f8bf9f253b2801bd169638.zip | |
Adding Breathing complication (#220)
* Added complication
* Including complication in build configuration
* Clean up
* restore default watch face selection
* Fixed comment
* Remove unused
* Made functions internal
---------
Co-authored-by: Bernd Plontsch <bernd@plontsch@gmail.com>
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
| -rw-r--r-- | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 255d4ae9..d403045d 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -103,6 +103,7 @@ SRCS += \ ../watch_faces/complication/ships_bell_face.c \ ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ + ../watch_faces/complication/breathing_face.c \ ../watch_faces/clock/repetition_minute_face.c \ ../watch_faces/complication/timer_face.c \ ../watch_faces/complication/invaders_face.c \ |
