Make chime vibrate twice

This commit is contained in:
liamcharger 2024-05-06 23:23:02 +09:30
parent 99ffaabbb0
commit 4bf24f4146

View file

@ -375,7 +375,8 @@ void DisplayApp::Refresh() {
break;
case Messages::Chime:
LoadNewScreen(Apps::Clock, DisplayApp::FullRefreshDirections::None);
motorController.RunForDuration(35);
motorController.RunForDuration(15);
motorController.RunForDuration(15);
break;
case Messages::OnChargingEvent:
RestoreBrightness();