Update wpa_supplicant.conf

pull/311/head
Kevin Tran 2019-07-12 15:47:47 -05:00 committed by GitHub
parent e06b55b42d
commit 546d49d6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -1,2 +1,20 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="raspberry"
psk="pi"
priority=69
}
network={
ssid="HOME"
psk="asdfghjkl"
priority=2
}
network={
ssid="Teen Tech Center"
psk="teentech2018"
priority=2
}