We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6452f1e commit 067f686Copy full SHA for 067f686
libraries/SocketWrapper/WiFi.h
@@ -16,7 +16,7 @@ class WiFiClass: public NetworkInterface
16
WiFiClass() {}
17
~WiFiClass() {}
18
19
- bool begin(const char* ssid, const char* passphrase, wl_enc_type security = ENC_TYPE_UNKNOWN, bool blocking = false) {
+ bool begin(const char* ssid, const char* passphrase, wl_enc_type security = ENC_TYPE_UNKNOWN, bool blocking = true) {
20
sta_iface = net_if_get_wifi_sta();
21
netif = sta_iface;
22
sta_config.ssid = (const uint8_t *)ssid;
0 commit comments