From 1eb624c452e05a1af3fa0333775b861a64d8434e Mon Sep 17 00:00:00 2001 From: Ryan Rix Date: Tue, 26 Sep 2023 12:14:39 -0700 Subject: [PATCH] change index of watch faces since i removed some --- src/displayapp/WatchFaces.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/displayapp/WatchFaces.h b/src/displayapp/WatchFaces.h index d35bd4f0..97219458 100644 --- a/src/displayapp/WatchFaces.h +++ b/src/displayapp/WatchFaces.h @@ -5,8 +5,8 @@ namespace Pinetime { enum class WatchFace : uint8_t { Digital = 0, Analog = 1, - CasioStyleG7710 = 5, - Fuzzy = 6, + CasioStyleG7710 = 2, + Fuzzy = 3, }; } }