diff --git a/src/main.cpp b/src/main.cpp index 1ccfc5e..c91c3b0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"));