Skip to content

Commit

Permalink
Update WiFiManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Jan 17, 2024
1 parent 20535ed commit c2af8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3755,7 +3755,8 @@ String WiFiManager::WiFi_SSID(bool persistent) const{
return String(reinterpret_cast<char*>(tmp));

#elif defined(ESP32)
// wifiLowLevelInit(persistent); // @todo fix for S3, not found
// bool res = WiFi.wifiLowLevelInit(true); // @todo fix for S3, not found
// wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT();
if(persistent){
wifi_config_t conf;
esp_wifi_get_config(WIFI_IF_STA, &conf);
Expand Down

0 comments on commit c2af8e5

Please # to comment.