adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
208 stars 108 forks source link

unsecured network support for WINC1500 #170

Open guutz opened 5 months ago

guutz commented 5 months ago

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 ""