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
commit dd2db2589c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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