diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-11 19:53:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 19:53:51 -0500 |
commit | 07e45acba7c47748a382ef63ab35b04dd22bdc9b (patch) | |
tree | d5fb0fed7ab46f8cac3902a10a25532d95cd39fb /movement/movement_config.h | |
parent | cd44cb74a2a3a058a2ff250797fd103f8a8d8423 (diff) | |
parent | aa3a1eeeef983b79ba8ebfe0e538d0addf983347 (diff) | |
download | Sensor-Watch-07e45acba7c47748a382ef63ab35b04dd22bdc9b.tar.gz Sensor-Watch-07e45acba7c47748a382ef63ab35b04dd22bdc9b.tar.bz2 Sensor-Watch-07e45acba7c47748a382ef63ab35b04dd22bdc9b.zip |
Merge pull request #325 from WesleyAC/fix-le-buzzer-default-tune
Fix buzzer in LE mode.
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 6a7f87e0..067ca44b 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -49,7 +49,7 @@ const watch_face_t watch_faces[] = { */ #define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2) // or (0) -/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */ +/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */ #define SIGNAL_TUNE_DEFAULT #endif // MOVEMENT_CONFIG_H_ |