diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-01-04 20:48:08 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2022-01-04 20:48:08 (GMT) |
| commit | bef3e708f6b5a6f71797f72aab89d09520813046 (patch) | |
| tree | 8e955bb1b6c11c65afcc30eb39174ab20bfa0437 /src/displayapp/Apps.h | |
| parent | b8b54f47a2a09e32186bf7d8dddc658fae2c6e5f (diff) | |
| parent | e82469bffac6383ab898fa71dc3a88e164dc86ff (diff) | |
Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekbozu-ShakeWake
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/Apps.h
# src/displayapp/DisplayApp.cpp
# src/displayapp/screens/settings/Settings.cpp
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 79485d6..b876020 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -37,7 +37,8 @@ namespace Pinetime { SettingSetDate, SettingSetTime, SettingChimes, - Error, + SettingShakeThreshold, + Error }; } } |
