Skip to content

Instantly share code, notes, and snippets.

@cr-chsn1
Created December 16, 2018 21:13
Show Gist options
  • Save cr-chsn1/f756d3b28c7ccafe2f8d0879899ba466 to your computer and use it in GitHub Desktop.
Save cr-chsn1/f756d3b28c7ccafe2f8d0879899ba466 to your computer and use it in GitHub Desktop.
WLAN-settings for Raspberry Pi (simply copy to SD-card)
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<insert SSID here>"
scan_ssid=1
psk="<insert PSK here>"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment