Disable wifi and bluetooth RPI

From James's Wiki
Revision as of 19:17, 14 January 2018 by Ractive (talk | contribs)
sudo nano /boot/config.txt

add at the end:

# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt