изменил логику подключения к API

This commit is contained in:
2024-11-29 13:36:39 +03:00
parent 1f8ea04f43
commit 3e4ffc8281
2 changed files with 38 additions and 26 deletions

View File

@@ -73,7 +73,6 @@ namespace api_driver {
~ApiDriver();
private:
std::string deviceInitState;
std::unique_ptr<TerminalApiDaemon> daemon;
};
}