mirror of
https://github.com/wled/WLED.git
synced 2025-07-16 15:26:31 +00:00
Update crude parallel I2S detection
My ESP32s are now reporting a maximum of 32 buses.
This commit is contained in:
parent
8b65d873b3
commit
ab28b6d58f
@ -353,7 +353,7 @@
|
|||||||
});
|
});
|
||||||
const S2 = (oMaxB == 14) && (maxV == 4);
|
const S2 = (oMaxB == 14) && (maxV == 4);
|
||||||
const S3 = (oMaxB == 14) && (maxV == 6);
|
const S3 = (oMaxB == 14) && (maxV == 6);
|
||||||
if (oMaxB == 19 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
|
if (oMaxB == 32 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
|
||||||
if (maxLC > 300 || dC <= 2) {
|
if (maxLC > 300 || dC <= 2) {
|
||||||
d.Sf["PR"].checked = false;
|
d.Sf["PR"].checked = false;
|
||||||
gId("prl").classList.add("hide");
|
gId("prl").classList.add("hide");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user