From 3ebf002f9db75513d036c0eaa0863e75882b3a40 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 27 Sep 2021 02:52:02 +0000 Subject: Add start of settings app for senstivity. really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with. --- src/displayapp/Apps.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/displayapp/Apps.h') diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index c77bd29f..a6ea8dee 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -36,7 +36,9 @@ namespace Pinetime { SettingSteps, SettingSetDate, SettingSetTime, - Error, + SettingShakeThreshold, + Error + }; } } -- cgit v1.2.3-70-g09d2