Skip to content

Commit 088082d

Browse files
committed
Watch face selection at build time
Do not assign specific values to the fields of the enum WatchFace.
1 parent 39bc166 commit 088082d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/displayapp/Apps.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ namespace Pinetime {
4444
};
4545

4646
enum class WatchFace : uint8_t {
47-
Digital = 0,
48-
Analog = 1,
49-
PineTimeStyle = 2,
50-
Terminal = 3,
51-
Infineat = 4,
52-
CasioStyleG7710 = 5,
47+
Digital,
48+
Analog,
49+
PineTimeStyle,
50+
Terminal,
51+
Infineat,
52+
CasioStyleG7710,
5353
};
5454

5555
template <Apps>

0 commit comments

Comments
 (0)