Skip to content

Commit

Permalink
revert, S3 platform does not have this yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Dec 31, 2023
1 parent 0b73482 commit c09a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3755,7 +3755,7 @@ String WiFiManager::WiFi_SSID(bool persistent) const{
return String(reinterpret_cast<char*>(tmp));

#elif defined(ESP32)
wifiLowLevelInit(persistent);
// wifiLowLevelInit(persistent); // @todo fix for S3, not found
if(persistent){
wifi_config_t conf;
esp_wifi_get_config(WIFI_IF_STA, &conf);
Expand Down

0 comments on commit c09a358

Please sign in to comment.