See
|
echo "dtoverlay=gpio-poweroff,gpiopin=4,active_low=1" >> /boot/firmware/config.txt |
echo "dtoverlay=gpio-poweroff,gpiopin=4,active_low=1" >> /boot/firmware/config.txt
If the script is run more than one time the overlay is added again. Not a big problem though.
See
tx-pi/setup/tx-pi-setup.sh
Line 236 in 32b9a37
echo "dtoverlay=gpio-poweroff,gpiopin=4,active_low=1" >> /boot/firmware/config.txt
If the script is run more than one time the overlay is added again. Not a big problem though.