enabling connecting to wifi
This commit is contained in:
parent
db75db33d8
commit
94de4d165e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue