Fix mDNS crash

This commit is contained in:
2026-02-28 22:36:13 -05:00
parent 74d57dd915
commit c8cd1545dc
2 changed files with 16 additions and 5 deletions

View File

@@ -15,6 +15,10 @@ public:
~mDNSDiscoveryService() override;
void set_connected_boards(const std::vector<int>& boards) override;
private:
std::string m_module_id;
std::string m_module_type;
std::string m_connected_modules;
};
#endif //DISCOVERYSERVICE_H