Create wpa_applicant.conf

Sample Wifi configuration file. Pasting this file in the /boot directory (also accessable via windows) will overwrite the existing wifi configuration. Please modify the Wifi-Country to the country you live in and replace your wifi details with the dummies in this file.
This commit is contained in:
Ace 2018-08-27 16:45:49 +02:00 committed by GitHub
parent ec21bfb549
commit 6030f43c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
wpa_applicant.conf Normal file
View File

@ -0,0 +1,8 @@
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Wifi-SSID"
psk="Wifi-Password"
}