Merge branch 'wifi_fix' into backlight_fix

This commit is contained in:
paul 2023-09-12 00:04:19 -04:00
commit 6467c70f56

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
{