QUERY · ISSUE
ESP8266: PWM glitches when doing DHT measure
port-esp8266
When using a PWM channel in parallel of a DHT measure, there can be some glitches on the PWM channel at the measure time. This is because the DHT drivers locks interrupts for accurate protocol timing handling, and the PWM driver relies on these interrupts.
CANDIDATE · PULL REQUEST
ESP8266: remove PWM glitches on a channel when setting duty on another one
port-esp8266
Solves issue #5965