Skip to content

Instantly share code, notes, and snippets.

@austindoeswork
Created January 14, 2021 06:21
Show Gist options
  • Save austindoeswork/70fa6d257de227124851ea827b26db02 to your computer and use it in GitHub Desktop.
Save austindoeswork/70fa6d257de227124851ea827b26db02 to your computer and use it in GitHub Desktop.
wpa_supplicant for raspi
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=JP
network={
ssid="<SSIDHERE>"
psk="<PASSWORDHERE>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment