You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most common typos reported on the slack channel is typing the following:
key_mgmt: "WPA-PSK"
instead of:
key_mgmt: :"WPA-PSK"
It seems like this could easily be fixed by making the key_mgmt be a string rather than an atom. To avoid breaking old code, we should still support atoms.
The text was updated successfully, but these errors were encountered:
As mentioned in nerves-project-attic#17, nerves_network does not currently allow for
strings as the key_mgmt method, this PR fixes this by converting
them to atoms as required by nerves_wpa_supplicant.
As mentioned in #17, nerves_network does not currently allow for
strings as the key_mgmt method, this PR fixes this by converting
them to atoms as required by nerves_wpa_supplicant.
One of the most common typos reported on the slack channel is typing the following:
key_mgmt: "WPA-PSK"
instead of:
key_mgmt: :"WPA-PSK"
It seems like this could easily be fixed by making the key_mgmt be a string rather than an atom. To avoid breaking old code, we should still support atoms.
The text was updated successfully, but these errors were encountered: