Skip to content

Instantly share code, notes, and snippets.

@czuger
Created June 5, 2024 08:08
Show Gist options
  • Select an option

  • Save czuger/ab5c932fd6569e339a5160a59727befa to your computer and use it in GitHub Desktop.

Select an option

Save czuger/ab5c932fd6569e339a5160a59727befa to your computer and use it in GitHub Desktop.
Disable wifi and bluetooth on Raspberry Pi
# In /boot/firmware/config.txt (or /boot/config.txt)
# After [all], add
dtoverlay=disable-wifi
dtoverlay=disable-bt
@czuger
Copy link
Author

czuger commented Feb 13, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment