Skip to content

Commit 82f9f98

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 553a8a5 + f91a697 commit 82f9f98

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

docs/features/multi-strip.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ hide:
1010
Starting in WLED 0.12.0, you are able to use multiple LED outputs from one ESP board!
1111
Pins and LED numbers can be easily configured in LED settings, you don't need to re-compile code for your specific setup. Custom binaries for multiple pins are now also a thing of the past!
1212

13-
There are a few tips and recomendations to keep in mind when designing your setup:
13+
There are a few tips and recommendations to keep in mind when designing your setup:
1414

1515
### General
1616

1717
- It is highly recommended to use an ESP32 when using more than 1 output
1818
- You may freely choose the LEDs type, pin numbers, length and color order of your LED strips at runtime in the LED settings page
19+
- You cannot use input-only pins for LEDs output
20+
- classic esp32: pins 34 through 39 are input only.
21+
- esp32-s2: pin 46 is input only.
22+
- esp32-s3 and esp32-c3 don't have any input-only pins.
1923
- Highly recommended to size power supply correctly according to your setup and disable the WLED brightness limiter setting to increase framerate with very large LED counts
2024
- Most strip types have yet to be tested. Add confirmed working below:
2125
- Confirmed working: WS281x, SK6812 RGBW, PWM white
@@ -40,7 +44,7 @@ There are a few tips and recomendations to keep in mind when designing your setu
4044
- * ESP32-S3: 4 led strips
4145
- * ESP32-S2: 5 led strips (4 with audioreactive)
4246
- * ESP32-C3: 2 led strips
43-
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin
47+
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin, except for input-only pins.
4448

4549
- For best eye-candy performance, it is recommeded to use 320 LEDs/pin with 4 outputs for a total of 1280 LEDs.
4650
- For smooth performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A fast and feature-rich implementation of an ESP32/ESP8266 webserver to control
5656
- Segments to set different effects and colors to parts of the LEDs
5757
- Settings page - configuration over network
5858
- Access Point and station mode - automatic failsafe AP
59-
- Up to 3 LED outputs per ESP8266 instance and 10 LED outputs per ESP32 instance
59+
- Up to 3 LED outputs per ESP8266 instance and [up to 10 LED outputs per ESP32 instance](/features/multi-strip/#esp32)
6060
- Support for RGBW strips
6161
- Up to 250 user presets to save and load colors/effects easily, supports cycling through them.
6262
- Presets can be used to automatically execute API calls
@@ -112,7 +112,7 @@ Join the Discord server to discuss everything about WLED!
112112
Check out the WLED [Discourse forum](https://wled.discourse.group)!
113113
If WLED MM really brightens up your every day, you can [![Paypalbadge](https://img.shields.io/badge/send%20me%20a%20small%20gift-paypal-blue.svg?style=flat-square)](https://paypal.me/moonmodules)
114114

115-
!!! danger "Disclaimer"
116-
If you are sensitive to photosensitive epilepsy it is not recommended that you use this software.
117-
In case you still want to try, don't use strobe, lighting or noise modes or high effect speed settings.
118-
As per the MIT license, I assume no liability for any damage to you or any other person or equipment.
115+
!!! danger "**Disclaimer**"
116+
If you are sensitive to photosensitive epilepsy it is not recommended that you use this software.
117+
In case you still want to try, don't use strobe, lighting or noise modes or high effect speed settings.
118+
As per EUPL, we assume no liability for any damage.

0 commit comments

Comments
 (0)