Code: Select all
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="WiFiSSIDforNetworkNumber1goeshere"
priority=60
psk="passwordforonehere"
}
network={
ssid="WiFiSSIDforNetworkNumber2goeshere"
priority=80
psk="otherpasswordgoeshere"
}
@DougieLawson is this still the best way to get connected to wifi with internet connection until now (Buster release)?DougieLawson wrote: ↑Fri Dec 30, 2016 10:48 pmDo a ping, when the ping fails rewrite the supplicant file and restart the wpa_supplicant task.