Skip to content

Instantly share code, notes, and snippets.

@iamhatesz
Created May 17, 2017 19:37
Show Gist options
  • Save iamhatesz/774ea0a61860122bd952afdf22f2d164 to your computer and use it in GitHub Desktop.
Save iamhatesz/774ea0a61860122bd952afdf22f2d164 to your computer and use it in GitHub Desktop.
Working wpa_supplicant.conf for Raspberry Pi Zero W
country=PL
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
scan_ssid=1
ssid="ssid"
psk="passwd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment