Merge pull request #986 from CandleHater/patch-2

Added Pi4 support while deactivating Bluetooth
This commit is contained in:
Christian Rotzoll
2020-01-20 17:03:25 +01:00
committed by GitHub

View File

@@ -705,6 +705,7 @@ if [ "${baseImage}" = "raspbian" ]; then
# disable bluetooth module
sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
# remove bluetooth services
sudo systemctl disable bluetooth.service