SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
discovery.h
Go to the documentation of this file.
1#ifndef SENSESP_NET_DISCOVERY_H_
2#define SENSESP_NET_DISCOVERY_H_
3
4#include <ESPmDNS.h>
5
6namespace sensesp {
7
9 public:
11};
12
13} // namespace sensesp
14
15#endif