Skip to content

Commit

Permalink
Adjust hourly chime timing
Browse files Browse the repository at this point in the history
  • Loading branch information
zyphlar committed Jan 18, 2024
1 parent e8ee71b commit 94d4afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
# Run this workflow whenever the build may be affected
on:
push:
branches: [ main, wb/fuzzy, wb/fuzzy-norm, wb/fuzzy-analog, wb/fuzzy-everything-wolf, wb/smellthis ]
branches: [ main, 'wb/*' ]
paths-ignore:
- 'doc/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ void DisplayApp::Refresh() {

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

0 comments on commit 94d4afd

Please sign in to comment.