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/movement_faces.h | |
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/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index bd41c499..b8584756 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -78,6 +78,7 @@ #include "ships_bell_face.h" #include "discgolf_face.h" #include "habit_face.h" +#include "breathing_face.h" #include "repetition_minute_face.h" #include "timer_face.h" #include "invaders_face.h" |