Shave a few bytes.

This commit is contained in:
Blaz Kristan
2023-10-30 13:43:50 +01:00
parent 9c6dda9bd2
commit 31a4e38bc0
4 changed files with 1115 additions and 1114 deletions

View File

@@ -533,6 +533,7 @@ void handleNotifications()
//wled notifier, ignore if realtime packets active
if (udpIn[0] == 0 && !realtimeMode && receiveGroups)
{
DEBUG_PRINT(F("UDP notification from: ")); DEBUG_PRINTLN(notifierUdp.remoteIP());
parseNotifyPacket(udpIn);
return;
}