diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2024-01-21 02:04:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 02:04:20 -0500 |
commit | fe48776daea8089a36d556bf147922168eaf57d8 (patch) | |
tree | eb042a1577c778d98944e4f540786deb70a6f44b /movement/movement_config.h | |
parent | 691f2fe5060c25c12471b185af5cef7f8e4d57e6 (diff) | |
parent | 332728b51194adb9ae72a845ff230fc62da74e08 (diff) | |
download | Sensor-Watch-fe48776daea8089a36d556bf147922168eaf57d8.tar.gz Sensor-Watch-fe48776daea8089a36d556bf147922168eaf57d8.tar.bz2 Sensor-Watch-fe48776daea8089a36d556bf147922168eaf57d8.zip |
Merge branch 'main' into watch-face-day-night-percentage
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_ |