Skip to content

Instantly share code, notes, and snippets.

@Scarysize
Created March 24, 2018 17:23
Show Gist options
  • Save Scarysize/97011387965e92c37b01839887995c99 to your computer and use it in GitHub Desktop.
Save Scarysize/97011387965e92c37b01839887995c99 to your computer and use it in GitHub Desktop.
Wifi configuration for Raspberry Pi 3 Model B+
# 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