Trying to use this image for a controller at work. I get it to work fine while sitting on my desk hooked up to a secure network when I move it to the sprinklerbox I have to connect to a unsecured network and can not get it to connect.
I changed wpa_supplicant to this.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
# To configure wifi access insert your SSID and PSK with keeping the quotation marks then save the file
network={
ssid=”My ssid”
key_mgmt=none
}
What else do I need to change?