mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-07 06:06:05 +02:00
Fixup project not compiling
that's what I get for rushing commits
This commit is contained in:
@@ -84,6 +84,7 @@ public:
|
|||||||
|
|
||||||
class saveConfigCommand : public Command
|
class saveConfigCommand : public Command
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
ProjectConfig &projectConfig;
|
ProjectConfig &projectConfig;
|
||||||
saveConfigCommand(ProjectConfig &projectConfig) : projectConfig(projectConfig) {};
|
saveConfigCommand(ProjectConfig &projectConfig) : projectConfig(projectConfig) {};
|
||||||
CommandResult execute(std::string &jsonPayload) override;
|
CommandResult execute(std::string &jsonPayload) override;
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ void ProjectConfig::initConfig()
|
|||||||
}
|
}
|
||||||
this->config.mdns = {
|
this->config.mdns = {
|
||||||
_mdnsName,
|
_mdnsName,
|
||||||
"openiristracker",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ESP_LOGI(CONFIGURATION_TAG, "MDNS name: %s", _mdnsName.c_str());
|
ESP_LOGI(CONFIGURATION_TAG, "MDNS name: %s", _mdnsName.c_str());
|
||||||
@@ -52,7 +51,6 @@ void ProjectConfig::initConfig()
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
1,
|
1,
|
||||||
false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this->config.camera = {
|
this->config.camera = {
|
||||||
|
|||||||
Reference in New Issue
Block a user