Skip to content

Commit

Permalink
Speedup startup song
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Jun 24, 2020
1 parent 2d85c19 commit 93dcee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxDAC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void BoxDAC::begin() {
}

void BoxDAC::beepTest() {
uint16_t pauseLen = 250;
uint16_t pauseLen = 50;
beepMidi(48, pauseLen);
delay(pauseLen);
beepMidi(50, pauseLen);
Expand Down

0 comments on commit 93dcee8

Please sign in to comment.