mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
@@ -237,7 +237,7 @@ bool set_Gpio_PWM(int gpio, uint32_t dutyCycle, uint32_t fadeDuration_ms, uint32
|
||||
#if ESP_IDF_VERSION_MAJOR >= 5
|
||||
|
||||
// FIXME TD-er: For now fade is disabled. See: https://github.com/espressif/arduino-esp32/issues/12709
|
||||
fadeDuration_ms = 0;
|
||||
//fadeDuration_ms = 0;
|
||||
|
||||
if (fadeDuration_ms == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user