WIP fuzzy

This commit is contained in:
Ryan Rix
2024-06-07 16:46:06 -07:00
parent 9e406c70f9
commit 4b854a5d09
7 changed files with 345 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace Pinetime {
namespace Controllers {
class Settings {
public:
enum class ClockType : uint8_t { H24, H12 };
enum class ClockType : uint8_t { H24, H12, FUZZY };
enum class WeatherFormat : uint8_t { Metric, Imperial };
enum class Notification : uint8_t { On, Off, Sleep };
enum class ChimesOption : uint8_t { None, Hours, HalfHours };