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 c394fd0 commit 48770b6Copy full SHA for 48770b6
src/WiFiSTA.cpp
@@ -204,12 +204,12 @@ wl_status_t WiFiSTAClass::begin()
204
pscan_config = PSCAN_ENABLE | PSCAN_FAST_SURVEY;
205
key_id = atoi((const char *)key_id_str);
206
207
- ret = wifi_set_pscan_chan((uint8_t *)&channel, &pscan_config, 1);
208
- if (ret < 0)
209
- {
210
- log_e("connect failed!");
211
- return WL_CONNECT_FAILED;
212
- }
+ // ret = wifi_set_pscan_chan((uint8_t *)&channel, &pscan_config, 1);
+ // if (ret < 0)
+ // {
+ // log_e("connect failed!");
+ // return WL_CONNECT_FAILED;
+ // }
213
214
if (security_type == RTW_SECURITY_OPEN)
215
{
0 commit comments