Skip to content

Commit

Permalink
Reduce default beep time from 60s to 15s.
Browse files Browse the repository at this point in the history
It is still enough to keep the headset from disconnecting.
  • Loading branch information
sanraith authored Jul 20, 2020
1 parent fdab703 commit be8fdac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BeepFrequencyHz": 18000,
"BeepDurationSeconds": 60,
"BeepIntervalSeconds": 240
}
"BeepDurationSeconds": 15,
"BeepIntervalSeconds": 275
}

0 comments on commit be8fdac

Please sign in to comment.