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 difference)
|
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