Disable wifi and bluetooth RPI: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
dtoverlay=pi3-disable-wifi | dtoverlay=pi3-disable-wifi | ||
dtoverlay=pi3-disable-bt | dtoverlay=pi3-disable-bt | ||
==source== | |||
https://www.raspberrypi.org/forums/viewtopic.php?t=138610 |
Latest revision as of 19:18, 14 January 2018
sudo nano /boot/config.txt
add at the end:
# turn wifi and bluetooth off dtoverlay=pi3-disable-wifi dtoverlay=pi3-disable-bt