1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

remove dead code

This commit is contained in:
Harald Barth 2024-11-10 20:20:25 +01:00
parent afff10df28
commit 6a35daab6b

View File

@ -37,22 +37,6 @@
EthernetUDP udp;
MDNS mdns(udp);
#if 0 //#if __has_include ( "MDNS_Generic.h")
#include "MDNS_Generic.h"
#define DO_MDNS
EthernetUDP udp;
MDNS mdns(udp);
void serviceFound(const char* type, MDNSServiceProtocol /*proto*/, const char* name, IPAddress ip,
unsigned short port, const char* txtContent)
{
if (name == NULL) {
DIAG("End service discovery of %s", type);
return;
}
DIAG("Got %s of type %s", name, type);
}
#endif
//extern void looptimer(unsigned long timeout, const FSH* message);
#define looptimer(a,b)