mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
Fix mDNS crash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user