Open falkoschindler opened 1 year ago
Because we set duty and frequency in every loop cycle, the PWM signal seems to be reset every time which causes some flickering. Can we avoid resetting these values if they haven't changed?
duty
frequency
Unfortunately we can't reproduce the problem at the moment. A breadboard setup with two ESPs generates a perfect PWM signal.
Because we set
duty
andfrequency
in every loop cycle, the PWM signal seems to be reset every time which causes some flickering. Can we avoid resetting these values if they haven't changed?