Skip to content

Commit 4bf24f4

Browse files
committed
Make chime vibrate twice
1 parent 99ffaab commit 4bf24f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/displayapp/DisplayApp.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ void DisplayApp::Refresh() {
375375
break;
376376
case Messages::Chime:
377377
LoadNewScreen(Apps::Clock, DisplayApp::FullRefreshDirections::None);
378-
motorController.RunForDuration(35);
378+
motorController.RunForDuration(15);
379+
motorController.RunForDuration(15);
379380
break;
380381
case Messages::OnChargingEvent:
381382
RestoreBrightness();

0 commit comments

Comments
 (0)