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 49d9b06 commit 4aab817Copy full SHA for 4aab817
libraries/WiFiProv/src/WiFiProv.cpp
@@ -109,7 +109,7 @@ void WiFiProvClass ::beginProvision(
109
#endif
110
config.app_event_handler.event_cb = NULL;
111
config.app_event_handler.user_data = NULL;
112
- wifiLowLevelInit(true);
+ WiFi.STA.begin(false);
113
if (wifi_prov_mgr_init(config) != ESP_OK) {
114
log_e("wifi_prov_mgr_init failed!");
115
return;
0 commit comments