Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2023-08-17 13:04:23 +12:00
commit 324650383d
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -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
-----------------------