Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Yes, it works! You can use:
WiFi.begin(ssid, NULL)
or even leave the passphrase empty, because it'sit is optional:
WifiWiFi.begin(ssid)
Reference: https://www.arduino.cc/en/Reference/WiFiBegin
Yes it works! You can use:
or even leave the passphrase empty, because it's optional:
Wifi.begin(ssid)
or even leave the passphrase empty, because it is optional:
WiFi.begin(ssid)
Can't testYes it, but maybe this will do the trick works! You can use:
Edit: As far as I knowor even leave the passphrase isempty, because it's optional so even this should work:
Can't test it, but maybe this will do the trick:
Edit: As far as I know the passphrase is optional so even this should work: