Disable wifi and bluetooth RPI: Difference between revisions

From James's Wiki
Jump to: navigation, search
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