Created
October 14, 2018 07:56
-
-
Save 421p/5f2c332b6ad8dae2fd1b9519bac0b40a to your computer and use it in GitHub Desktop.
Useful for raspbian headless setup
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=US | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="your_real_wifi_ssid" | |
scan_ssid=1 | |
psk="your_real_password" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment