Created
January 13, 2022 15:17
-
-
Save rgaspary/32085dac6d3892a2ff844a2c347c43e0 to your computer and use it in GitHub Desktop.
Basic wifi configuration for any new headless Raspberry Pi configuration
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
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=[WIFI COUNTRY CODE] | |
network={ | |
ssid="[NETWORK SSID]" | |
psk="[NETWORK PASSWORD]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment