This commit is contained in:
2025-07-05 18:27:13 -04:00
parent d507a27c0b
commit 3bc92ac6f3
6 changed files with 21 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ extern "C" [[noreturn]] void app_main(void) {
const auto manager = std::make_unique<WifiManager>();
manager->connect();
const auto discovery = std::make_unique<mDNSDiscoveryService>();
mDNSDiscoveryService::setup();
const auto tcp_server = std::make_unique<TCPServer>(TCP_PORT);