Implement update camera command

This commit is contained in:
Lorow
2024-11-20 22:59:34 +01:00
parent aaa24812f5
commit 60e2e7cc36
3 changed files with 43 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
#include "ProjectConfig.hpp"
// TODO the current implementation is kinda wack, rethink it
ProjectConfig::ProjectConfig(const std::string &name,
const std::string &mdnsName)
: _name(std::move(name)),