Skip to content

Commit

Permalink
Update DisplayApp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zyphlar authored Jan 18, 2024
1 parent 33c9264 commit e8ee71b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,12 @@ void DisplayApp::Refresh() {
// 21 5
// 22 4
// 23 4
motorController.RunForDuration(15);
// NRF_LOG_INFO("buzzing %d times", myChimes);

for (uint8_t i=0; i<myChimes; i++){
// NRF_LOG_INFO("buzz!");
motorController.RunForDuration(254);
vTaskDelay(512);
motorController.RunForDuration(35);
vTaskDelay(800);
}
break;
case Messages::OnChargingEvent:
Expand Down

0 comments on commit e8ee71b

Please sign in to comment.