Created
April 13, 2021 17:23
-
-
Save automagictv/f60d63ba5f1b2b4dc18a6de783c09fd0 to your computer and use it in GitHub Desktop.
Template for a wpa_supplicant.conf file for use on a Raspberry Pi disk image.
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=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