Disable wifi and bluetooth RPI: Difference between revisions
From James's Wiki
(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") |
No edit summary |
||
Line 2: | Line 2: | ||
sudo nano /boot/config.txt | sudo nano /boot/config.txt | ||
add at the end: | |||
# turn wifi and bluetooth off | # turn wifi and bluetooth off | ||
dtoverlay=pi3-disable-wifi | dtoverlay=pi3-disable-wifi | ||
dtoverlay=pi3-disable-bt | dtoverlay=pi3-disable-bt |
Revision as of 19:17, 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