You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The speaker switcher GPIO is used to trigger an external 5V relais changing spea
56
56
Additionally an external switch can be controlled via home assistant.
57
57
58
58
The [power_mute.sh](power_mute.sh) script is automatically configured via the `-S` squeezelite parameter when one of the relevant ENV vars is present in the docker run command.
59
-
It uses a custom [gpio control binary](gpio.c) based on [WiringPi](https://github.com/WiringPi/WiringPi).
59
+
It uses a custom [gpio control binary](gpio.c) based on [lgpio](https://github.com/joan2937/lg).
60
60
61
61
[flock](https://linux.die.net/man/1/flock) is used to prevent race conditions of parallel running scripts for different player instances.
0 commit comments