Merge pull request #4499 from Christanoid/main

Fixed UDP Realtime streaming in DNRGBW Mode
pull/4756/head
netmindz 2025-07-03 00:30:27 +01:00 zatwierdzone przez GitHub
commit 2c1cf87e08
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -600,8 +600,8 @@ void handleNotifications()
return;
}
//UDP realtime: 1 warls 2 drgb 3 drgbw
if (udpIn[0] > 0 && udpIn[0] < 5)
//UDP realtime: 1 warls 2 drgb 3 drgbw 4 dnrgb 5 dnrgbw
if (udpIn[0] > 0 && udpIn[0] < 6)
{
realtimeIP = (isSupp) ? notifier2Udp.remoteIP() : notifierUdp.remoteIP();
DEBUG_PRINTLN(realtimeIP);