From 8f51e8d84bf72bf02858cac77ca7006d8053c7b9 Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Wed, 23 Sep 2020 18:08:44 +0200 Subject: [PATCH] set max volume to 60 % --- buzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buzzer.sh b/buzzer.sh index 24970ea..b95aa6b 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -18,7 +18,7 @@ strobeduration=1 volumetimeout=0.1 volumedelay=0.1 -volumemax=100 +volumemax=60 playerfull="$(command -v $player) $playerparam" cmdgpio="$(command -v gpio)"