Disable wifi and bluetooth RPI

From James's Wiki
sudo nano /boot/config.txt

add at the end:

# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

source

https://www.raspberrypi.org/forums/viewtopic.php?t=138610