diff --git a/Platformio/HAL/Targets/ESP32/wifiHandler/wifihandler.cpp b/Platformio/HAL/Targets/ESP32/wifiHandler/wifihandler.cpp index 9aee168..7b55a67 100644 --- a/Platformio/HAL/Targets/ESP32/wifiHandler/wifihandler.cpp +++ b/Platformio/HAL/Targets/ESP32/wifiHandler/wifihandler.cpp @@ -179,7 +179,7 @@ void wifiHandler::begin() //strcpy(this->password, password.c_str()); this->SSID = ssid.c_str(); this->password = password.c_str(); - //this->connect(std::make_shared(std::string(this->SSID)), std::make_shared(std::string(this->password))); + this->connect(std::make_shared(std::string(this->SSID)), std::make_shared(std::string(this->password))); } else {