enabling connecting to wifi

This commit is contained in:
paul 2023-09-12 00:03:52 -04:00
parent db75db33d8
commit 94de4d165e

View file

@ -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>(std::string(this->SSID)), std::make_shared<std::string>(std::string(this->password)));
this->connect(std::make_shared<std::string>(std::string(this->SSID)), std::make_shared<std::string>(std::string(this->password)));
}
else
{