mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 23:48:07 +01:00
Increase default volume
This commit is contained in:
parent
de0236cd07
commit
124b73035c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ AsyncWebServer server(80);
|
|||
Audio audio;
|
||||
|
||||
byte buttonLastState = HIGH;
|
||||
byte currentVolume = 2;
|
||||
byte currentVolume = 12;
|
||||
|
||||
bool fileIsValid(String fileName) {
|
||||
return !fileName.startsWith(".") && (fileName.endsWith(".mp3") || fileName.endsWith(".aac") || fileName.endsWith(".wav"));
|
||||
|
|
Loading…
Reference in a new issue