Fixe: name not saving

This commit is contained in:
PhosphorosVR
2025-09-16 21:55:17 +02:00
parent e6305536e6
commit 69406e62b3

View File

@@ -115,6 +115,7 @@ void ProjectConfig::setMDNSConfig(const std::string &hostname)
{
ESP_LOGD(CONFIGURATION_TAG, "Updating MDNS config");
this->config.mdns.hostname.assign(hostname);
this->config.mdns.save();
}
void ProjectConfig::setCameraConfig(const uint8_t vflip,