Add espressif__mdns component

This commit is contained in:
2025-05-26 16:50:10 -04:00
parent e7b4eebcf9
commit 7396290467
109 changed files with 17272 additions and 9 deletions

View File

@@ -5,8 +5,9 @@
#ifndef DISCOVERYSERVICE_H
#define DISCOVERYSERVICE_H
class mDNSDiscoveryService : IDiscoveryService {
}
class mDNSDiscoveryService {
public:
mDNSDiscoveryService();
};
#endif //DISCOVERYSERVICE_H