Created
April 4, 2021 17:12
-
-
Save automagictv/bf5ed992cc9e29c4df2fb844988042ab to your computer and use it in GitHub Desktop.
Contents for the raspberry pi supplicant conf file - replace the ssid and password with your network information.
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-NETWORK-NAME" | |
psk="YOUR-NETWORK-PASSWORD" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment