mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 11:46:34 +00:00
Fixed DNRGBW
This commit is contained in:
parent
48f5099646
commit
8ee2c44550
@ -605,8 +605,8 @@ void handleNotifications()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//UDP realtime: 1 warls 2 drgb 3 drgbw
|
//UDP realtime: 1 warls 2 drgb 3 drgbw 4 dnrgb 5 dnrgbw
|
||||||
if (udpIn[0] > 0 && udpIn[0] < 5)
|
if (udpIn[0] > 0 && udpIn[0] < 6)
|
||||||
{
|
{
|
||||||
realtimeIP = (isSupp) ? notifier2Udp.remoteIP() : notifierUdp.remoteIP();
|
realtimeIP = (isSupp) ? notifier2Udp.remoteIP() : notifierUdp.remoteIP();
|
||||||
DEBUG_PRINTLN(realtimeIP);
|
DEBUG_PRINTLN(realtimeIP);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user