add fast_stopwatch_face to default, and remove rtccount_face
This commit is contained in:
+1
-2
@@ -32,14 +32,13 @@ const watch_face_t watch_faces[] = {
|
|||||||
world_clock_face,
|
world_clock_face,
|
||||||
sunrise_sunset_face,
|
sunrise_sunset_face,
|
||||||
moon_phase_face,
|
moon_phase_face,
|
||||||
stopwatch_face,
|
fast_stopwatch_face,
|
||||||
countdown_face,
|
countdown_face,
|
||||||
alarm_face,
|
alarm_face,
|
||||||
temperature_display_face,
|
temperature_display_face,
|
||||||
voltage_face,
|
voltage_face,
|
||||||
settings_face,
|
settings_face,
|
||||||
set_time_face,
|
set_time_face,
|
||||||
rtccount_face,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
|
||||||
|
|||||||
Reference in New Issue
Block a user