Integration with RMT

This commit is contained in:
2025-07-12 22:45:57 -04:00
parent ab277d05a0
commit 74d4302075
21 changed files with 437 additions and 69 deletions

View File

@@ -5,12 +5,15 @@
#ifndef DISCOVERYSERVICE_H
#define DISCOVERYSERVICE_H
#include <vector>
class mDNSDiscoveryService final {
public:
mDNSDiscoveryService() = delete;
~mDNSDiscoveryService() = delete;
static void setup();
static void set_connected_boards(std::vector<int>& boards);
};
#endif //DISCOVERYSERVICE_H