diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-21 00:11:28 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-21 00:11:43 -0500 |
commit | 68f17c89705ac3b4e6c685807d8e799684e2b136 (patch) | |
tree | 62b48418bb952884edf97dcaee11831648de9bc8 /movement/movement_config.h | |
parent | 3efdcd78a1fd470ca47fdd30c3251170d2f4f03b (diff) | |
download | Sensor-Watch-68f17c89705ac3b4e6c685807d8e799684e2b136.tar.gz Sensor-Watch-68f17c89705ac3b4e6c685807d8e799684e2b136.tar.bz2 Sensor-Watch-68f17c89705ac3b4e6c685807d8e799684e2b136.zip |
movement: add time zone conversion in sunrise/sunset face
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 7a807980..ff055349 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -46,6 +46,7 @@ const watch_face_t watch_faces[] = { simple_clock_face, + sunrise_sunset_face, preferences_face, set_time_face, }; |