build fix

removing some bonus colons.
This commit is contained in:
Frank
2023-06-07 17:16:49 +02:00
parent af6091b493
commit d8a68890d4
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ void handleNotifications()
localIP = Network.localIP();
//notifier and UDP realtime
if (!packetSize || packetSize > UDP_IN_MAXSIZE) {notifierUdp.flush(); notifier2Udp.flush(); return;}
if (!isSupp && notifierUdp.remoteIP() == localIP) {notifierUdp.flush(); notifier2Udp.flush(); return;}; //don't process broadcasts we send ourselves
if (!isSupp && notifierUdp.remoteIP() == localIP) {notifierUdp.flush(); notifier2Udp.flush(); return;} //don't process broadcasts we send ourselves
uint8_t udpIn[packetSize +1];
uint16_t len;