Skip to content

Commit

Permalink
Update ledc.rst with warning about outstanding issue (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarazs authored Aug 17, 2023
1 parent 0d3e003 commit ee6f785
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/output/ledc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ Advanced options:
channel <https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/ledc.html#configure-channel>`__
to use. Two adjacent channels share the same timer. Defaults to an automatic selection.

Note: When configuring custom frequencies for two or more outputs, ensure that you manually specify
channel 0, 2, 4, 6 for each output. This will prevent issues that arise from automatic selection,
which chooses adjacent channels with shared timers. See
`Issue #3114 <https://github.com/esphome/issues/issues/3114>`__ for more details.

Recommended frequencies
-----------------------

Expand Down

0 comments on commit ee6f785

Please sign in to comment.