Fixed bug with mute

This commit is contained in:
2025-10-05 16:07:13 +02:00
parent a2180bc461
commit 48810ee50c

View File

@@ -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();
}