Created
December 16, 2018 21:13
-
-
Save cr-chsn1/f756d3b28c7ccafe2f8d0879899ba466 to your computer and use it in GitHub Desktop.
WLAN-settings for Raspberry Pi (simply copy to SD-card)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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