Skip to content

Commit ab28b6d

Browse files
committed
Update crude parallel I2S detection
My ESP32s are now reporting a maximum of 32 buses.
1 parent 8b65d87 commit ab28b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/data/settings_leds.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
});
354354
const S2 = (oMaxB == 14) && (maxV == 4);
355355
const S3 = (oMaxB == 14) && (maxV == 6);
356-
if (oMaxB == 19 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
356+
if (oMaxB == 32 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
357357
if (maxLC > 300 || dC <= 2) {
358358
d.Sf["PR"].checked = false;
359359
gId("prl").classList.add("hide");

0 commit comments

Comments
 (0)