Skip to content

Instantly share code, notes, and snippets.

@ardacetinkaya
Created August 2, 2019 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardacetinkaya/a778e04463ce351ad79059463ac1a8b8 to your computer and use it in GitHub Desktop.
Save ardacetinkaya/a778e04463ce351ad79059463ac1a8b8 to your computer and use it in GitHub Desktop.
Raspberry Pi Zero wireless config file
country=TR
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="NETWORKNAME"
psk="NETWORKPASSWORD"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment