Skip to content

Commit

Permalink
Enable SmartConfig (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSoundy authored Jun 4, 2021
1 parent 4befd3b commit 8f564cc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,8 @@ int Esp32_Wireless_Open(int index, HAL_Configuration_NetworkInterface *pConfig)

if (pWireless->Options & Wireless80211Configuration_ConfigurationOptions_SmartConfig)
{
// FIXME
// Disable for now, When the smart_config starts it scans for wireless AP
// If it doesn't find any AP it ends up with a exception which causes the device to restart

// Start Smart config (if enabled)
// Start_wifi_smart_config();
Start_wifi_smart_config();
}

return Esp32_Wait_NetNumber(ESP_IF_WIFI_STA);
Expand Down

0 comments on commit 8f564cc

Please sign in to comment.