Fix wireless network for hassbian

With later versions of wpa_supplicant the conf file needs a little bit more added to it.
This commit is contained in:
Fredrik Lindqvist 2017-08-20 23:12:08 +02:00 committed by GitHub
parent b9203f4281
commit ad5c9df9b8

View File

@ -36,6 +36,10 @@ The following extras are included on the image:
After flashing the image to your SD Card open the partition `boot` and create a new file `wpa_supplicant.conf`. Edit the file and enter your network credentials. For more information visit [Setting up Wifi for Raspbian][wifi-setup]. During start the file will automatically be copied in the right folder and the network connection will be established. The file could look like this:
```conf
country=SE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR_SSID"
psk="YOUR_PASSWORD"