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

unsecured network support for WINC1500 #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guutz
Copy link

@guutz guutz commented Mar 21, 2024

tested on Feather M0 WiFi.
to connect to an unsecured network (no password), simply pass in an empty string for WIFI_PASS in the call
AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);

in the example code, can just change #define WIFI_PASS ""

src/wifi/AdafruitIO_WINC1500.h Outdated Show resolved Hide resolved
@guutz
Copy link
Author

guutz commented Oct 6, 2024

I'm not sure what the failed checks are about, but I made the requested changes @dhalbert

@guutz guutz requested a review from dhalbert October 6, 2024 05:32
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

Successfully merging this pull request may close these issues.

2 participants