Created
March 24, 2018 17:23
-
-
Save Scarysize/97011387965e92c37b01839887995c99 to your computer and use it in GitHub Desktop.
Wifi configuration for Raspberry Pi 3 Model B+
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
# wpa_supplicant.conf | |
# The country code is manadatory, otherwise wifi will be disabled | |
country=DE | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="your-ssid" | |
psk="your-password" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment