mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 22:13:45 +02:00
Fixup project not compiling
that's what I get for rushing commits
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user