diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-09-27 02:52:02 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2022-01-04 01:59:01 (GMT) |
| commit | 3ebf002f9db75513d036c0eaa0863e75882b3a40 (patch) | |
| tree | c9e78252084716e797b56793c8b7f1cbd51188be /src/displayapp/Apps.h | |
| parent | ad42cdf120ddd835331be6c1d1ee86e8e14a4479 (diff) | |
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.
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index c77bd29..a6ea8de 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -36,7 +36,9 @@ namespace Pinetime { SettingSteps, SettingSetDate, SettingSetTime, - Error, + SettingShakeThreshold, + Error + }; } } |
