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