Skip to content

Instantly share code, notes, and snippets.

@spokanemac
Created October 26, 2018 22:34
Show Gist options
  • Save spokanemac/85930fffccf0e78a5b6924cd2d0a0e15 to your computer and use it in GitHub Desktop.
Save spokanemac/85930fffccf0e78a5b6924cd2d0a0e15 to your computer and use it in GitHub Desktop.
Raspberry Pi WiFi Initial configuration file. Replace YOURSSID and YOURPASSWORD with whatever is used for your network setup.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="YOURSSID"
psk="YOURPASSWORD"
scan_ssid=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment