Skip to content

Instantly share code, notes, and snippets.

@jonas8
Created May 31, 2017 02:27
Show Gist options
  • Save jonas8/6102f23cb026133381eb0f1a1c907711 to your computer and use it in GitHub Desktop.
Save jonas8/6102f23cb026133381eb0f1a1c907711 to your computer and use it in GitHub Desktop.
/boot/wpa_supplicant.conf for raspberry pi wifi setup
country=cn
update_config=1
network={
ssid="your ssid"
psk="your psk"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment