fixed build

This commit is contained in:
2026-05-29 15:33:39 +02:00
parent f62aaf991f
commit 12182b6ef2
@@ -6,7 +6,6 @@ VirtualMatterhornServer::VirtualMatterhornServer(uint16_t port)
: BaseMatterhornServer<VirtualMatterhornServer>(port) {
udpDetails[0].srcip = LOCALHOSTIP_INT;
// TODO: when do i set the udp mac and ip ?
// should maybe be part of the constructor?
tcpInterface->startTCPServer();