Better Sensitivity UI, Calibration button added

This commit is contained in:
Tim Keller
2021-09-28 03:50:08 +00:00
parent 6d74820698
commit d2510d7926
6 changed files with 89 additions and 69 deletions

View File

@@ -38,7 +38,7 @@ namespace Pinetime {
bool Should_ShakeWake(uint16_t thresh);
bool Should_RaiseWake(bool isSleeping);
int32_t currentShakeSpeed();
void IsSensorOk(bool isOk);
bool IsSensorOk() const {
return isSensorOk;