change index of watch faces since i removed some

This commit is contained in:
Ryan Rix 2023-09-26 12:14:39 -07:00
parent deb8f9368f
commit 1eb624c452

View File

@ -5,8 +5,8 @@ namespace Pinetime {
enum class WatchFace : uint8_t {
Digital = 0,
Analog = 1,
CasioStyleG7710 = 5,
Fuzzy = 6,
CasioStyleG7710 = 2,
Fuzzy = 3,
};
}
}