mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
8 lines
158 B
C++
8 lines
158 B
C++
#pragma once
|
|
#include <ESPmDNS.h>
|
|
#include "StateManager.h"
|
|
namespace MDNSHandler
|
|
{
|
|
void setupMDNS(const char *trackerName, StateManager * stateManager);
|
|
}
|