From: Joey Castillo Date: Mon, 10 Oct 2022 03:54:26 +0000 (-0500) Subject: restore default watch faces (oops) X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=48160e8a47ad3c933a4ad06d55d47bc382421822;p=sensor-watch.git restore default watch faces (oops) --- diff --git a/movement/movement_config.h b/movement/movement_config.h index 75f83f7..9445677 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,7 +28,13 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { - frequency_correction_face, + simple_clock_face, + world_clock_face, + sunrise_sunset_face, + moon_phase_face, + thermistor_readout_face, + preferences_face, + set_time_face, }; #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))