Pi Zero W; 11/29 Stretch
Code: Select all
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="nameasidojfaoisjf"
psk="asdasdas"
}
network={
ssid="nameasidojfaoisjf2"
psk="asdasdas2"
}
Every works fine when there's only one network entry, whenever I try to edit in a second network entry as the example above, the pi would not be able to connect to any routers upon reboot. The only solution after that would be to place a new wpa_supplicant.conf file into boot partition with a single entry and everything works fine again, even after rebooting.
What does your multiple network wpa_supplicant.conf file in Stretch look like? What I had worked fine in Jessie.