mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add espressif__mdns component
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
#ifndef DISCOVERYSERVICE_H
|
||||
#define DISCOVERYSERVICE_H
|
||||
|
||||
class mDNSDiscoveryService : IDiscoveryService {
|
||||
|
||||
}
|
||||
class mDNSDiscoveryService {
|
||||
public:
|
||||
mDNSDiscoveryService();
|
||||
};
|
||||
|
||||
#endif //DISCOVERYSERVICE_H
|
||||
|
||||
Reference in New Issue
Block a user