Disable wifi and bluetooth RPI

From James's Wiki
Revision as of 19:17, 14 January 2018 by Ractive (talk | contribs) (Created page with " sudo nano /boot/config.txt add at the end: # turn wifi and bluetooth off dtoverlay=pi3-disable-wifi dtoverlay=pi3-disable-bt")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
sudo nano /boot/config.txt
add at the end:
# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt