Created
May 31, 2017 02:27
-
-
Save jonas8/6102f23cb026133381eb0f1a1c907711 to your computer and use it in GitHub Desktop.
/boot/wpa_supplicant.conf for raspberry pi wifi setup
This file contains 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=cn | |
update_config=1 | |
network={ | |
ssid="your ssid" | |
psk="your psk" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment