diff options
Diffstat (limited to 'metawatch/metawatch.cpp')
-rw-r--r-- | metawatch/metawatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp index 3144b35..787669e 100644 --- a/metawatch/metawatch.cpp +++ b/metawatch/metawatch.cpp @@ -250,7 +250,7 @@ void MetaWatch::displayNotification(Notification *notification) _idleTimer->stop(); } else { _ringTimer->stop(); - setVibrateMode(true, RingLength, RingLength, 2); + setVibrateMode(true, VibrateLength, VibrateLength, 2); _idleTimer->start(); } } @@ -788,7 +788,7 @@ void MetaWatch::timedSend() void MetaWatch::timedRing() { - setVibrateMode(true, 250, 250, 3); + setVibrateMode(true, RingLength, RingLength, 3); } void MetaWatch::realNvalWrite(NvalValue value, int data) |