diff --git a/src/main.cpp b/src/main.cpp index d83c7c9..b0267cc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -131,7 +131,7 @@ void loop() else { // This is if the user is unmuted and is aksing to be muted - for (int i = 0; i < userVolume; i++) + for (int i = 0; i < 64; i++) { volumeDown(); }