mirror of https://github.com/arendst/Tasmota.git
Make settings more readable
parent
5cb452beec
commit
54a6caee8a
|
@ -87,17 +87,17 @@ Or set manually from the web interface:
|
|||
### Tunable warm/cool white bulbs
|
||||
I based these settings on the RGBW settings. I would have thought PWM1-3 were redundant, but have only had it work with all of these assigned as per below. The bulb is then tunable, with a brightness slider and a cool/warm slider.
|
||||
|
||||
`D3 GPIO0 => None `
|
||||
`TX GPIO1 => None`
|
||||
`D4 GPIO2 => None`
|
||||
`RX GPIO3 => None`
|
||||
`D2 GPIO4 => PWM1`
|
||||
`D1 GPIO5 => PWM4`
|
||||
`D6 GPIO12 => PWM2`
|
||||
`D7 GPIO13 => PWM5`
|
||||
`D5 GPIO14 => PWM3`
|
||||
`D8 GPIO15 => None`
|
||||
`D0 GPIO16 => None`
|
||||
D3 GPIO0 => None
|
||||
TX GPIO1 => None
|
||||
D4 GPIO2 => None
|
||||
RX GPIO3 => None
|
||||
D2 GPIO4 => PWM1 (37)
|
||||
D1 GPIO5 => PWM4 (40)
|
||||
D6 GPIO12 => PWM2 (38)
|
||||
D7 GPIO13 => PWM5 (41)
|
||||
D5 GPIO14 => PWM3 (39)
|
||||
D8 GPIO15 => None
|
||||
D0 GPIO16 => None
|
||||
|
||||
### RGBW colour bulbs
|
||||
|
||||
|
|
Loading…
Reference in New Issue