You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wled00/data/settings_leds.htm
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -246,11 +246,12 @@
246
246
gId("dig"+n+"W").innerHTML="<br />You need at least 1 output!";
247
247
}
248
248
if(outputs>1&&fps_limit>33333/leds_per_output)gId("dig"+n+"W").innerHTML+="<br />FPS limit may be too high for WS281x pixels.";
249
-
if(outputs*leds_per_output!=total_leds)gId("dig"+n+"W").innerHTML+="<br />Total LEDs doesn't match outputs * LEDs per output.";
249
+
if(outputs*leds_per_output!=total_leds)gId("dig"+n+"W").innerHTML+="<br />Length ("+total_leds+") doesn't match Number of Outputs * LEDs Per Output ("+outputs*leds_per_output+").";
250
250
if(last_octet==255){
251
251
if(total_leds<=1024)gId("dig"+n+"W").innerHTML+="<br />Art-Net is in broadcast mode.";
252
252
if(total_leds>1024)gId("dig"+n+"W").innerHTML+="<br />You are sending a lot of broadcast data. Be cautious.";
253
253
}
254
+
gId("dig"+n+"W").innerHTML+="<br />Art-Net starting universe is "+d.e131Universe+". Change this in <a href='/settings/sync'>Sync Interfaces</a>.";
0 commit comments