Skip to main content

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:

WiFi.begin(ssid, NULL)

or even leave the passphrase empty, because it's optional:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

Yes, it works! You can use:

WiFi.begin(ssid, NULL)

or even leave the passphrase empty, because it is optional:

WiFi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

deleted 40 characters in body
Source Link
sporc
  • 191
  • 1
  • 5

Can't testYes it, but maybe this will do the trick works! You can use:

WiFi.begin(ssid, NULL)

Edit: As far as I knowor even leave the passphrase isempty, because it's optional so even this should work:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

Can't test it, but maybe this will do the trick:

WiFi.begin(ssid, NULL)

Edit: As far as I know the passphrase is optional so even this should work:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

Yes it works! You can use:

WiFi.begin(ssid, NULL)

or even leave the passphrase empty, because it's optional:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

added 164 characters in body
Source Link
sporc
  • 191
  • 1
  • 5

Can't test it, but maybe this will do the trick:

WiFi.begin(ssid, NULL)

Edit: As far as I know the passphrase is optional so even this should work:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

Can't test it, but maybe this will do the trick:

WiFi.begin(ssid, NULL)

Can't test it, but maybe this will do the trick:

WiFi.begin(ssid, NULL)

Edit: As far as I know the passphrase is optional so even this should work:

Wifi.begin(ssid)

Reference: https://www.arduino.cc/en/Reference/WiFiBegin

Source Link
sporc
  • 191
  • 1
  • 5
Loading