Skip to content

Instantly share code, notes, and snippets.

@kvutien
Created September 6, 2021 16:10
Show Gist options
  • Save kvutien/9c035c032828da67ec857a198c2146ba to your computer and use it in GitHub Desktop.
Save kvutien/9c035c032828da67ec857a198c2146ba to your computer and use it in GitHub Desktop.
Raspbian wpa-supplicant example
country=LU
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="your wi-fi SSID"
psk="your-wifi-password-example204877"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment