From 174ed1aee45803fd8f5a24c243972738b57adddb Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Wed, 23 Sep 2020 15:25:40 +0200 Subject: [PATCH] add max volume --- buzzer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buzzer.sh b/buzzer.sh index a78d423..efa1aac 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -17,6 +17,7 @@ buzzertimeout=2 strobeduration=1 volumetimeout=0.1 +volumemax=100 playerfull="$(command -v $player) $playerparam" cmdgpio="$(command -v gpio)"