Fixup project not compiling

that's what I get for rushing commits
This commit is contained in:
Lorow
2024-11-20 22:34:03 +01:00
parent ef94fd7648
commit aaa24812f5
2 changed files with 1 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ public:
class saveConfigCommand : public Command
{
public:
ProjectConfig &projectConfig;
saveConfigCommand(ProjectConfig &projectConfig) : projectConfig(projectConfig) {};
CommandResult execute(std::string &jsonPayload) override;

View File

@@ -43,7 +43,6 @@ void ProjectConfig::initConfig()
}
this->config.mdns = {
_mdnsName,
"openiristracker",
};
ESP_LOGI(CONFIGURATION_TAG, "MDNS name: %s", _mdnsName.c_str());
@@ -52,7 +51,6 @@ void ProjectConfig::initConfig()
"",
"",
1,
false,
};
this->config.camera = {