We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65d87 commit ab28b6dCopy full SHA for ab28b6d
wled00/data/settings_leds.htm
@@ -353,7 +353,7 @@
353
});
354
const S2 = (oMaxB == 14) && (maxV == 4);
355
const S3 = (oMaxB == 14) && (maxV == 6);
356
- if (oMaxB == 19 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
+ if (oMaxB == 32 || S2 || S3) { // TODO: crude ESP32 & S2/S3 detection
357
if (maxLC > 300 || dC <= 2) {
358
d.Sf["PR"].checked = false;
359
gId("prl").classList.add("hide");
0 commit comments