Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFiUdpSendReceiveString password variable missing from connection. #25

Open
agdl opened this issue Jul 12, 2016 · 0 comments
Open

WiFiUdpSendReceiveString password variable missing from connection. #25

agdl opened this issue Jul 12, 2016 · 0 comments
Assignees

Comments

@agdl
Copy link
Member

agdl commented Jul 12, 2016

From @Sebthepleb on March 21, 2014 3:27

There is an issue with the WiFiUdpSendReceiveString example code.

All the example WiFi codes I have looked at use the following line to connect:

// Connect to WPA/WPA2 network. Change this line if using open or WEP network:
status = WiFi.begin(ssid, pass);

Now, with the WiFiUdpSendReceiveString example code, it seems the intention was similar, but the password variable has been missed.

// Connect to WPA/WPA2 network. Change this line if using open or WEP network:
status = WiFi.begin(ssid);

I believe that this code needs to be changed to include the password variable, or the comment needs to be changed to explain that the connection is for an open network.

Copied from original issue: arduino/Arduino#1946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants